@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 642 B
JavaScript
//#region virtual:GIF/16.js
const Gif16 = require("../utils-BpydAK29.cjs").createSVGComponent("Gif16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M2,12v8a3,3,0,0,0,3,3h5V15H6v2H8v4H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1h5V9H5A3,3,0,0,0,2,12Z" }
},
{
"elem": "path",
"attrs": { "d": "M30 11 30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11z" }
},
{
"elem": "path",
"attrs": { "d": "M12 9 12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9z" }
}
]);
//#endregion
module.exports = Gif16;