Skip to content

Commit 0278228

Browse files
authored
[BDES-144]: modify ai icon, add new dot icon (#72)
1 parent 09b9a36 commit 0278228

21 files changed

+31
-7
lines changed

dist/font/BpkIcon.eot

-84 Bytes
Binary file not shown.

dist/font/BpkIcon.ttf

-84 Bytes
Binary file not shown.

dist/font/BpkIcon.woff

128 Bytes
Binary file not shown.

dist/font/BpkIconIOS.eot

-84 Bytes
Binary file not shown.

dist/font/BpkIconIOS.ttf

-84 Bytes
Binary file not shown.

dist/font/BpkIconIOS.woff

128 Bytes
Binary file not shown.

dist/font/iconMapping.json

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
"document-csv": "EAE1",
168168
"document-pdf-sm": "EC35",
169169
"document-pdf": "EAE2",
170+
"dot-sm": "EC68",
171+
"dot": "EC69",
170172
"download-sm": "EB40",
171173
"download": "EA38",
172174
"duration-sm": "EB41",

dist/js/icons/lg/ai.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/icons/lg/dot.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import React from "react";
2+
export default (({
3+
styles = {},
4+
...props
5+
}) => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" style={{
6+
width: "1.5rem",
7+
height: "1.5rem"
8+
}} {...props}><circle cx="12" cy="12" r="8" /></svg>);

dist/js/icons/sm/ai.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/icons/sm/dot.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import React from "react";
2+
export default (({
3+
styles = {},
4+
...props
5+
}) => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" style={{
6+
width: "1rem",
7+
height: "1rem"
8+
}} {...props}><circle cx="12" cy="12" r="9" /></svg>);

dist/metadata.json

+1-1
Large diffs are not rendered by default.

dist/svgs/icons/lg/ai.svg

+1-1
Loading

dist/svgs/icons/lg/dot.svg

+1
Loading

dist/svgs/icons/sm/ai.svg

+1-1
Loading

dist/svgs/icons/sm/dot.svg

+1
Loading

src/icons/lg/ai.svg

+1-1
Loading

src/icons/lg/dot.svg

+1
Loading

src/icons/sm/ai.svg

+1-1
Loading

src/icons/sm/dot.svg

+1
Loading

tasks/codepoints.json

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@
179179
"document-csv-sm": 60468,
180180
"document-pdf": 60130,
181181
"document-pdf-sm": 60469,
182+
"dot": 60521,
183+
"dot-sm": 60520,
182184
"download": 59960,
183185
"download-sm": 60224,
184186
"duration": 59961,

0 commit comments

Comments
 (0)