{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":630008304,"defaultBranch":"main","name":"iconoir-swift","ownerLogin":"iconoir-icons","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-19T13:28:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/109069170?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711469978.0","currentOid":""},"activityList":{"items":[{"before":"2a33eb9149e550193bf4f387d247767c9f4752d1","after":"66391f61281c4c203ae2003ebf66627dc849f233","ref":"refs/heads/main","pushedAt":"2024-03-26T16:18:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkaulfers","name":"Matthew Kaulfers","path":"/mkaulfers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42121989?s=80&v=4"},"commit":{"message":"Updates Removing renamed icons. (#15)","shortMessageHtmlLink":"Updates Removing renamed icons. (#15)"}},{"before":"511f29b9e7a8629941e6d396e4637800d57afe1b","after":"2a33eb9149e550193bf4f387d247767c9f4752d1","ref":"refs/heads/main","pushedAt":"2024-03-19T20:18:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkaulfers","name":"Matthew Kaulfers","path":"/mkaulfers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42121989?s=80&v=4"},"commit":{"message":":ambulance: fix update.sh issue (#14)\n\n- empty Assets.xcassets before upgrade\r\n\r\nClosed #13","shortMessageHtmlLink":"๐Ÿš‘ fix update.sh issue (#14)"}},{"before":"9c26e0b736b9d1bfd0a21f42e7c8bd70fe7ee995","after":"511f29b9e7a8629941e6d396e4637800d57afe1b","ref":"refs/heads/main","pushedAt":"2024-03-16T17:51:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkaulfers","name":"Matthew Kaulfers","path":"/mkaulfers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42121989?s=80&v=4"},"commit":{"message":"v7.5.0 Update (#12)\n\nChanges\r\n- Adds all icons from v6.11.0 -> v7.5.0","shortMessageHtmlLink":"v7.5.0 Update (#12)"}},{"before":"01c2e2c488e6da65c218c75431f755d0f22eeed3","after":"9c26e0b736b9d1bfd0a21f42e7c8bd70fe7ee995","ref":"refs/heads/main","pushedAt":"2024-03-16T17:37:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkaulfers","name":"Matthew Kaulfers","path":"/mkaulfers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42121989?s=80&v=4"},"commit":{"message":":ambulance: fixed: fixed Iconoir v7.0.0+ update error (#11)\n\n- fix V7.0.0+ update error for new Icon Style\r\n - update README.md for new Icon Style","shortMessageHtmlLink":"๐Ÿš‘ fixed: fixed Iconoir v7.0.0+ update error (#11)"}},{"before":"b51ab1dfe069670a0d36ae37c6d2e18d4a22148d","after":"01c2e2c488e6da65c218c75431f755d0f22eeed3","ref":"refs/heads/main","pushedAt":"2023-08-31T16:33:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkaulfers","name":"Matthew Kaulfers","path":"/mkaulfers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42121989?s=80&v=4"},"commit":{"message":"Updates to 6.11.0 (#7)\n\nAdd new icons for alignment, app store, bridge surface, circle spark,\r\nconstrained surface, curve array, number squares, post, and threads\r\n\r\nThis commit adds several new icons to the Iconoir enum. The added icons\r\ninclude alignHorizontalCenters, alignHorizontalSpacing,\r\nalignVerticalCenters, alignVerticalSpacing for alignment purposes. It\r\nalso includes appStore for representing an app store icon.\r\n\r\nAdditionally, bridgeSurface and circleSpark are added as visual\r\nelements. For design purposes, constrainedSurface is included.\r\nCurveArray is added as a representation of a curved array shape. Number\r\nsquares from 0 to 9 are introduced as number representations in square\r\nshapes.\r\n\r\nLastly, post and threads are included as symbols related to online\r\ndiscussions or forums.\r\n\r\nBug Fix\r\n- Removes snapchat `fill=\"white\"` property.","shortMessageHtmlLink":"Updates to 6.11.0 (#7)"}},{"before":"fdbab1a9dc91b9758aa90188a6d5f12aa04b2c62","after":"b51ab1dfe069670a0d36ae37c6d2e18d4a22148d","ref":"refs/heads/main","pushedAt":"2023-05-09T16:14:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mkaulfers","name":"Matthew Kaulfers","path":"/mkaulfers","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42121989?s=80&v=4"},"commit":{"message":"Updates To 6.8.0, Fixes Missing Icons (#6)\n\nIt appears that there are assets missing beyond the finally listed icon\r\ncases.\r\n\r\n```swift\r\n case removeMediaImage = \"remove-media-image\"\r\n case removeMediaVideo = \"remove-media-video\"\r\n case removePage = \"remove-page\"\r\n case removePageAlt = \"remove-page-alt\"\r\n```\r\n**Acceptance Criteria** \r\n- All icons should be added, `A -> Z`\r\n\r\n**Dev Note**\r\n- Appears there is an issue with the `update.sh` where the only icons\r\ndownloaded are the ones that do not error out on github. In other words\r\nthere are too many for github to list and as a result only shows `N`\r\nnumber of them then the remaining amount are not shown. Fetching and\r\ndownloading them w/ the script fails for that reason.\r\n\r\n```sh\r\n# Fetch icons from the GitHub repository and save them to the Assets.xcassets folder\r\nicon_list=$(curl -sL \"${GITHUB_REPO}\" | grep -o 'blob/main/icons/[^\"]*\\.svg' | sed 's/blob\\/main\\//main\\//')\r\n```\r\n\r\n**New Features!**\r\n- - uiImage(from string: String)\r\n- - image(from string: String)\r\n\r\nAdding the possibility to encode and decode more efficiently to and from\r\niconoir icons.","shortMessageHtmlLink":"Updates To 6.8.0, Fixes Missing Icons (#6)"}},{"before":"9444f434b56f0f18efaf79ad46bac843afb5c872","after":"fdbab1a9dc91b9758aa90188a6d5f12aa04b2c62","ref":"refs/heads/main","pushedAt":"2023-04-19T21:03:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sammarks","name":"Sam Marks","path":"/sammarks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/424093?s=80&v=4"},"commit":{"message":"Main: Transfer from Personal Repo to Iconoir repo. (#1)","shortMessageHtmlLink":"Main: Transfer from Personal Repo to Iconoir repo. (#1)"}},{"before":null,"after":"9444f434b56f0f18efaf79ad46bac843afb5c872","ref":"refs/heads/main","pushedAt":"2023-04-19T13:28:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sammarks","name":"Sam Marks","path":"/sammarks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/424093?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEH9bS7AA","startCursor":null,"endCursor":null}},"title":"Activity ยท iconoir-icons/iconoir-swift"}