@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 654 B
JavaScript
//#region virtual:XLS/24.js
const Xls24 = require("../utils-BpydAK29.cjs").createSVGComponent("Xls24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M28,23H22V21h6V17H24a2.002,2.002,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h6v2H24v4h4a2.002,2.002,0,0,1,2,2v4A2.0023,2.0023,0,0,1,28,23Z" }
},
{
"elem": "path",
"attrs": { "d": "M14 21 14 9 12 9 12 23 20 23 20 21 14 21z" }
},
{
"elem": "path",
"attrs": { "d": "M10 9 8 9 6 15 4 9 2 9 4.752 16 2 23 4 23 6 17 8 23 10 23 7.245 16 10 9z" }
}
]);
//#endregion
module.exports = Xls24;