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

feat: add redo icon #308

Open
wants to merge 1 commit into
base: master
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
2 changes: 1 addition & 1 deletion packages/docs/src/pages/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const IconsPage = ({ ...props }) => (
</div>
</div>
<h2 className="docs-title">Icons</h2>
<div className="row mb-4 justify-content-center">{Icons}</div>
<div className="row mb-4">{Icons}</div>
</div>
</main>
</Layout>
Expand Down
Binary file modified packages/uikit/fonts/availity-icon-font.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions packages/uikit/fonts/availity-icon-font.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/uikit/fonts/availity-icon-font.ttf
Binary file not shown.
Binary file modified packages/uikit/fonts/availity-icon-font.woff
Binary file not shown.
Binary file modified packages/uikit/fonts/availity-icon-font.woff2
Binary file not shown.
15 changes: 14 additions & 1 deletion packages/uikit/fonts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2678,6 +2678,19 @@
"hand",
"gear"
]
},
{
"uid": "bc71f4c6e53394d5ba46b063040014f1",
"css": "redo",
"code": 59504,
"src": "fontawesome",
"selected": true,
"svg": {
"path": "M857 707v-250q0-14-10-25t-26-11h-250q-23 0-32 23-10 22 7 38l77 77q-82 77-194 77-58 0-111-23t-91-61-61-91-23-111 23-111 61-91 91-61 111-23q66 0 125 29t100 82q4 6 13 7 8 0 14-5l76-77q5-4 6-11t-5-13q-60-74-147-114t-182-41q-87 0-167 34t-136 92-92 137-34 166 34 166 92 137 136 92 167 34q82 0 158-31t137-88l72 72q17 18 39 8 22-9 22-33z"
},
"search": [
"redo"
]
}
]
}
}
5 changes: 3 additions & 2 deletions packages/uikit/scss/_icon_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$availity-icon-font: 'availity-icon-font';
$availity-css-prefix: 'icon';
$availity-font-timestamp: '1672931590815';
$availity-font-timestamp: '1674674786648';
$availity-icons: (
home: '\e800',
terminal: '\e801',
Expand Down Expand Up @@ -110,6 +110,7 @@ $availity-icons: (
lock: '\e86d',
lock-open: '\e86e',
pin: '\e86f',
redo: '\e870',
tag: '\e872',
tags: '\e873',
bookmark: '\e874',
Expand Down Expand Up @@ -194,4 +195,4 @@ $availity-icons: (
file-video: '\f1c8',
heartbeat: '\f21e',
bed: '\f236',
);
);