@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 868 B
JavaScript
//#region virtual:fade/32.js
const Fade32 = require("../utils-BpydAK29.cjs").createSVGComponent("Fade32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M8.24,25.14,7,26.67a13.79,13.79,0,0,0,4.18,2.44l.69-1.87A12,12,0,0,1,8.24,25.14Z" }
},
{
"elem": "path",
"attrs": { "d": "M4.19,18l-2,.41A14.09,14.09,0,0,0,3.86,23L5.59,22A12.44,12.44,0,0,1,4.19,18Z" }
},
{
"elem": "path",
"attrs": { "d": "M11.82,4.76l-.69-1.87A13.79,13.79,0,0,0,7,5.33L8.24,6.86A12,12,0,0,1,11.82,4.76Z" }
},
{
"elem": "path",
"attrs": { "d": "M5.59,10,3.86,9a14.37,14.37,0,0,0-1.64,4.59l2,.34A12.05,12.05,0,0,1,5.59,10Z" }
},
{
"elem": "path",
"attrs": { "d": "M16,2V4a12,12,0,0,1,0,24v2A14,14,0,0,0,16,2Z" }
}
]);
//#endregion
module.exports = Fade32;