@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 854 B
JavaScript
//#region virtual:image--copy/24.js
const ImageCopy24 = require("../utils-BpydAK29.cjs").createSVGComponent("ImageCopy24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M4,22H2V4A2.0023,2.0023,0,0,1,4,2H22V4H4Z" }
},
{
"elem": "path",
"attrs": { "d": "M21,17a3,3,0,1,0-3-3A3.0033,3.0033,0,0,0,21,17Zm0-4a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,13Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z" }
}
]);
//#endregion
module.exports = ImageCopy24;