Skip to content

Commit 0dff67a

Browse files
Merge pull request #32 from plotly/add-modebar-questionmark-icon
Add modebar questionmark icon
2 parents b2970cb + e352c30 commit 0dff67a

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

src/fonts/ploticon/_ploticon.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@
3939
.ploticon-3d_rotate:before { content: '\e80c'; } /* '' */
4040
.ploticon-camera:before { content: '\e80d'; } /* '' */
4141
.ploticon-movie:before { content: '\e80e'; } /* '' */
42-
.ploticon-disk:before { content: '\e80f'; } /* '' */
42+
.ploticon-question:before { content: '\e80f'; } /* '' */
43+
.ploticon-disk:before { content: '\e810'; } /* '' */

src/fonts/ploticon/config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,12 @@
14681468
"code": 59394,
14691469
"src": "fontawesome"
14701470
},
1471+
{
1472+
"uid": "17ebadd1e3f274ff0205601eef7b9cc4",
1473+
"css": "question",
1474+
"code": 59407,
1475+
"src": "fontawesome"
1476+
},
14711477
{
14721478
"uid": "d7271d490b71df4311e32cdacae8b331",
14731479
"css": "home",
@@ -1479,6 +1485,12 @@
14791485
"css": "undo",
14801486
"code": 59392,
14811487
"src": "fontawesome"
1488+
},
1489+
{
1490+
"uid": "f4445feb55521283572ee88bc304f928",
1491+
"css": "disk",
1492+
"code": 59408,
1493+
"src": "fontawesome"
14821494
}
14831495
]
14841496
}

src/fonts/ploticon/ploticon.eot

224 Bytes
Binary file not shown.

src/fonts/ploticon/ploticon.svg

Lines changed: 5 additions & 4 deletions
Loading

src/fonts/ploticon/ploticon.ttf

224 Bytes
Binary file not shown.

src/fonts/ploticon/ploticon.woff

176 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)