UNPKG

@carbon/icons-vue

Version:

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

33 lines (32 loc) 842 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:chart--bar-target/24.js const ChartBarTarget24 = createSVGComponent("ChartBarTarget24", { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 32 32", "fill": "currentColor", "width": 24, "height": 24 }, [ { "elem": "path", "attrs": { "d": "M28 17H30V25H28z" } }, { "elem": "path", "attrs": { "d": "M20 5H22V13H20z" } }, { "elem": "path", "attrs": { "d": "M4,2H2V28a2,2,0,0,0,2,2H30V28H4V25H26V17H4V13H18V5H4ZM24,19v4H4V19ZM16,7v4H4V7Z" } } ]); //#endregion export { ChartBarTarget24 as default };