UNPKG

@carbon/icons-vue

Version:

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

30 lines (29 loc) 830 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/20.js const ErrorFilled20 = createSVGComponent("ErrorFilled20", { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 20 20", "fill": "currentColor", "width": 20, "height": 20 }, [{ "elem": "path", "attrs": { "d": "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z" } }, { "elem": "path", "attrs": { "d": "M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z", "data-icon-path": "inner-path", "opacity": "0" } }]); //#endregion export { ErrorFilled20 as default };