@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
22 lines (21 loc) • 764 B
JavaScript
//#region virtual:warning--filled/32.js
const WarningFilled32 = require("../utils-BpydAK29.cjs").createSVGComponent("WarningFilled32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14C30,8.3,23.7,2,16,2z M14.9,8h2.2v11h-2.2V8z M16,25 c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22c0.8,0,1.5,0.7,1.5,1.5S16.8,25,16,25z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M17.5,23.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22 C16.8,22,17.5,22.7,17.5,23.5z M17.1,8h-2.2v11h2.2V8z",
"data-icon-path": "inner-path",
"opacity": "0"
}
}]);
//#endregion
module.exports = WarningFilled32;