Skip to content

Update bezier icon 255751f9e8ad4f64a9038f0c0aea18dd805f39fb #93

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

Open
wants to merge 1 commit into
base: feature/redesign_bezier
Choose a base branch
from
Open
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
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "bounce.svg",
"idiom" : "universal"
}
],
"properties" : {
"preserves-vector-representation" : true
},
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "one-way.svg",
"idiom" : "universal"
}
],
"properties" : {
"preserves-vector-representation" : true
},
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "puzzle.svg",
"idiom" : "universal"
}
],
"properties" : {
"preserves-vector-representation" : true
},
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions BezierSwift/Sources/Icons/BezierIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public enum BezierIcon: String {
case `boolean` = "icon-boolean"
case `bot` = "icon-bot"
case `botFilled` = "icon-bot-filled"
case `bounce` = "icon-bounce"
case `breaktime` = "icon-breaktime"
case `breaktimeFilled` = "icon-breaktime-filled"
case `briefcase` = "icon-briefcase"
Expand Down Expand Up @@ -371,6 +372,7 @@ public enum BezierIcon: String {
case `number` = "icon-number"
case `office` = "icon-office"
case `officePhone` = "icon-office-phone"
case `oneWay` = "icon-one-way"
case `openInNew` = "icon-open-in-new"
case `order` = "icon-order"
case `out` = "icon-out"
Expand Down Expand Up @@ -413,6 +415,7 @@ public enum BezierIcon: String {
case `power` = "icon-power"
case `print` = "icon-print"
case `profile` = "icon-profile"
case `puzzle` = "icon-puzzle"
case `qrCode` = "icon-qr-code"
case `quote` = "icon-quote"
case `radioFilled` = "icon-radio-filled"
Expand Down