@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 706 B
JavaScript
//#region virtual:chart--error-bar--alt/24.js
const ChartErrorBarAlt24 = require("../utils-BpydAK29.cjs").createSVGComponent("ChartErrorBarAlt24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M14,10V8H8v2h2v4.1836a2.983,2.983,0,0,0,0,5.6328V24H8v2h6V24H12V19.8164a2.983,2.983,0,0,0,0-5.6328V10Z" }
},
{
"elem": "path",
"attrs": { "d": "M26,6V4H20V6h2V8.1836a2.983,2.983,0,0,0,0,5.6328V18H20v2h6V18H24V13.8164a2.983,2.983,0,0,0,0-5.6328V6Z" }
},
{
"elem": "path",
"attrs": { "d": "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z" }
}
]);
//#endregion
module.exports = ChartErrorBarAlt24;