@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
60 lines (59 loc) • 1.18 kB
JavaScript
//#region virtual:light/16.js
const Light16 = require("../utils-BpydAK29.cjs").createSVGComponent("Light16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 16 16",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M7.5 1H8.5V3.5H7.5z" }
},
{
"elem": "path",
"attrs": {
"d": "M10.8 3.4H13.3V4.4H10.8z",
"transform": "rotate(-45 12.041 3.923)"
}
},
{
"elem": "path",
"attrs": { "d": "M12.5 7.5H15V8.5H12.5z" }
},
{
"elem": "path",
"attrs": {
"d": "M11.6 10.8H12.6V13.3H11.6z",
"transform": "rotate(-45 12.075 12.04)"
}
},
{
"elem": "path",
"attrs": { "d": "M7.5 12.5H8.5V15H7.5z" }
},
{
"elem": "path",
"attrs": {
"d": "M2.7 11.6H5.2V12.6H2.7z",
"transform": "rotate(-45 3.96 12.078)"
}
},
{
"elem": "path",
"attrs": { "d": "M1 7.5H3.5V8.5H1z" }
},
{
"elem": "path",
"attrs": {
"d": "M3.4 2.7H4.4V5.2H3.4z",
"transform": "rotate(-45 3.925 3.961)"
}
},
{
"elem": "path",
"attrs": { "d": "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z" }
}
]);
//#endregion
module.exports = Light16;