@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
22 lines (21 loc) • 613 B
JavaScript
//#region virtual:error--filled/24.js
const ErrorFilled24 = require("../utils-BpydAK29.cjs").createSVGComponent("ErrorFilled24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 24 24",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z",
"data-icon-path": "inner-path",
"opacity": "0"
}
}]);
//#endregion
module.exports = ErrorFilled24;