@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 831 B
JavaScript
//#region virtual:face--dizzy/24.js
const FaceDizzy24 = require("../utils-BpydAK29.cjs").createSVGComponent("FaceDizzy24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z" }
},
{
"elem": "path",
"attrs": { "d": "M24.41 11 23 9.59 21 11.59 19 9.59 17.59 11 19.59 13 17.59 15 19 16.41 21 14.41 23 16.41 24.41 15 22.41 13 24.41 11z" }
},
{
"elem": "path",
"attrs": { "d": "M14.41 11 13 9.59 11 11.59 9 9.59 7.59 11 9.59 13 7.59 15 9 16.41 11 14.41 13 16.41 14.41 15 12.41 13 14.41 11z" }
},
{
"elem": "path",
"attrs": { "d": "M16,19a3,3,0,1,0,3,3,3,3,0,0,0-3-3Z" }
}
]);
//#endregion
module.exports = FaceDizzy24;