diff --git a/src/fonts/ploticon/_ploticon.scss b/src/fonts/ploticon/_ploticon.scss index 4eec878fe46..9f515bc9247 100644 --- a/src/fonts/ploticon/_ploticon.scss +++ b/src/fonts/ploticon/_ploticon.scss @@ -39,4 +39,5 @@ .ploticon-3d_rotate:before { content: '\e80c'; } /* '' */ .ploticon-camera:before { content: '\e80d'; } /* '' */ .ploticon-movie:before { content: '\e80e'; } /* '' */ -.ploticon-disk:before { content: '\e80f'; } /* '' */ +.ploticon-question:before { content: '\e80f'; } /* '' */ +.ploticon-disk:before { content: '\e810'; } /* '' */ diff --git a/src/fonts/ploticon/config.json b/src/fonts/ploticon/config.json index ba622081be4..231687afc3a 100644 --- a/src/fonts/ploticon/config.json +++ b/src/fonts/ploticon/config.json @@ -1468,6 +1468,12 @@ "code": 59394, "src": "fontawesome" }, + { + "uid": "17ebadd1e3f274ff0205601eef7b9cc4", + "css": "question", + "code": 59407, + "src": "fontawesome" + }, { "uid": "d7271d490b71df4311e32cdacae8b331", "css": "home", @@ -1479,6 +1485,12 @@ "css": "undo", "code": 59392, "src": "fontawesome" + }, + { + "uid": "f4445feb55521283572ee88bc304f928", + "css": "disk", + "code": 59408, + "src": "fontawesome" } ] } \ No newline at end of file diff --git a/src/fonts/ploticon/ploticon.eot b/src/fonts/ploticon/ploticon.eot index 40859354421..8153c046d27 100644 Binary files a/src/fonts/ploticon/ploticon.eot and b/src/fonts/ploticon/ploticon.eot differ diff --git a/src/fonts/ploticon/ploticon.svg b/src/fonts/ploticon/ploticon.svg index b62d425e1fb..825354874a3 100644 --- a/src/fonts/ploticon/ploticon.svg +++ b/src/fonts/ploticon/ploticon.svg @@ -3,8 +3,8 @@ Copyright (C) 2015 by original authors @ fontello.com - - + + @@ -21,7 +21,8 @@ - + + - + \ No newline at end of file diff --git a/src/fonts/ploticon/ploticon.ttf b/src/fonts/ploticon/ploticon.ttf index 261232058d7..ac09dacb16f 100644 Binary files a/src/fonts/ploticon/ploticon.ttf and b/src/fonts/ploticon/ploticon.ttf differ diff --git a/src/fonts/ploticon/ploticon.woff b/src/fonts/ploticon/ploticon.woff index c4d7225d903..233eda43ce5 100644 Binary files a/src/fonts/ploticon/ploticon.woff and b/src/fonts/ploticon/ploticon.woff differ