UNPKG

@carbon/icons-vue

Version:

Vue components for icons in digital and software products using the Carbon Design System

31 lines (30 loc) 886 B
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { t as createSVGComponent } from "../utils-H3m8fM4H.mjs"; //#region virtual:error--filled/24.js const ErrorFilled24 = 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 export { ErrorFilled24 as default };