Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(icons-business-suite): remove add-polygone icon #8525

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"add-point": {
"path": "M204 17c96 0 175 80 175 176s-79 175-175 175c-97 0-175-79-175-175S107 17 204 17zm198 420h-73v-36h73v-73h36v73h74v36h-74v73h-36v-73z"
},
"add-polygone": {
"path": "M348 331H9V106l339-55v280zm-19 70h73v-73h36v73h74v36h-74v73h-36v-73h-73v-36z"
},
"add-polygon": {
"path": "M348 331H9V106l339-55v280zm-19 70h73v-73h36v73h74v36h-74v73h-36v-73h-73v-36z"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"add-polygon": {
"path": "M429 368h48c14 0 25 11 25 24 0 14-11 25-25 25h-48v49c0 14-11 25-24 25-14 0-25-11-25-25v-49h-49c-14 0-25-11-25-25 0-13 11-24 25-24h49v-50c0-13 11-24 25-24 13 0 24 11 24 24v50zM355 27v193c0 13-11 24-24 24H35c-14 0-25-11-25-24V69c0-12 8-23 21-25L326 3c15-2 29 9 29 24z"
},
"add-polygone": {
"path": "M429 368h48c14 0 25 11 25 24 0 14-11 25-25 25h-48v49c0 14-11 25-24 25-14 0-25-11-25-25v-49h-49c-14 0-25-11-25-25 0-13 11-24 25-24h49v-50c0-13 11-24 25-24 13 0 24 11 24 24v50zM355 27v193c0 13-11 24-24 24H35c-14 0-25-11-25-24V69c0-12 8-23 21-25L326 3c15-2 29 9 29 24z"
},
"add-polyline": {
"path": "M434.5 363h50c14 0 26 12 26 26s-12 25-26 25h-50v50c0 14-11 26-25 26s-26-12-26-26v-50h-50c-14 0-25-11-25-25s11-26 25-26h50v-50c0-14 12-25 26-25s25 11 25 25v50zm63-180l-125 75c-10 6-23 4-31-4l-83-83-82 84c-6 5-12 7-18 7-5 0-10-1-14-3l-127-76c-12-7-16-23-9-35 8-12 23-16 35-8l110 65 85-89c5-5 12-7 19-7 6 0 13 2 18 7l88 89 109-65c11-8 26-4 34 8 7 12 3 28-9 35z"
},
Expand Down