@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 770 B
JavaScript
//#region virtual:media--library--filled/32.js
const MediaLibraryFilled32 = require("../utils-BpydAK29.cjs").createSVGComponent("MediaLibraryFilled32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": {
"fill": "none",
"d": "M13 15 13 23 13 23 20 19 13 15z",
"data-icon-path": "inner-path"
}
},
{
"elem": "path",
"attrs": { "d": "M26,10H6a2.0023,2.0023,0,0,0-2,2V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,26,10ZM13,23h0V15l7,4Z" }
},
{
"elem": "path",
"attrs": { "d": "M6 6H26V8H6z" }
},
{
"elem": "path",
"attrs": { "d": "M8 2H24V4H8z" }
}
]);
//#endregion
module.exports = MediaLibraryFilled32;