Skip to content

Commit

Permalink
[BDES-144]: modify ai icon, add new dot icon (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mungodewar authored Apr 16, 2024
1 parent 09b9a36 commit 0278228
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 7 deletions.
Binary file modified dist/font/BpkIcon.eot
Binary file not shown.
Binary file modified dist/font/BpkIcon.ttf
Binary file not shown.
Binary file modified dist/font/BpkIcon.woff
Binary file not shown.
Binary file modified dist/font/BpkIconIOS.eot
Binary file not shown.
Binary file modified dist/font/BpkIconIOS.ttf
Binary file not shown.
Binary file modified dist/font/BpkIconIOS.woff
Binary file not shown.
2 changes: 2 additions & 0 deletions dist/font/iconMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@
"document-csv": "EAE1",
"document-pdf-sm": "EC35",
"document-pdf": "EAE2",
"dot-sm": "EC68",
"dot": "EC69",
"download-sm": "EB40",
"download": "EA38",
"duration-sm": "EB41",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/icons/lg/ai.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions dist/js/icons/lg/dot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import React from "react";
export default (({
styles = {},
...props
}) => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" style={{
width: "1.5rem",
height: "1.5rem"
}} {...props}><circle cx="12" cy="12" r="8" /></svg>);
2 changes: 1 addition & 1 deletion dist/js/icons/sm/ai.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions dist/js/icons/sm/dot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import React from "react";
export default (({
styles = {},
...props
}) => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" style={{
width: "1rem",
height: "1rem"
}} {...props}><circle cx="12" cy="12" r="9" /></svg>);
2 changes: 1 addition & 1 deletion dist/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/svgs/icons/lg/ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/svgs/icons/lg/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/svgs/icons/sm/ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/svgs/icons/sm/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/lg/ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/lg/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/sm/ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/sm/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tasks/codepoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
"document-csv-sm": 60468,
"document-pdf": 60130,
"document-pdf-sm": 60469,
"dot": 60521,
"dot-sm": 60520,
"download": 59960,
"download-sm": 60224,
"duration": 59961,
Expand Down

0 comments on commit 0278228

Please sign in to comment.