@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 609 B
JavaScript
//#region virtual:product/32.js
const Product32 = require("../utils-BpydAK29.cjs").createSVGComponent("Product32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M8 18H14V20H8z" }
},
{
"elem": "path",
"attrs": { "d": "M8 22H18V24H8z" }
},
{
"elem": "path",
"attrs": { "d": "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM18,6v4H14V6ZM6,26V6h6v6h8V6h6l.0012,20Z" }
}
]);
//#endregion
module.exports = Product32;