@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
40 lines (39 loc) • 821 B
JavaScript
//#region virtual:windy--dust/16.js
const WindyDust16 = require("../utils-BpydAK29.cjs").createSVGComponent("WindyDust16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M23,28a5.0057,5.0057,0,0,1-5-5h2a3,3,0,1,0,3-3H22V18h1a5,5,0,0,1,0,10Z" }
},
{
"elem": "path",
"attrs": { "d": "M16 18H20V20H16z" }
},
{
"elem": "path",
"attrs": { "d": "M10 18H14V20H10z" }
},
{
"elem": "path",
"attrs": { "d": "M4 18H8V20H4z" }
},
{
"elem": "path",
"attrs": { "d": "M21,15H20V13h1a3,3,0,1,0-3-3H16a5,5,0,1,1,5,5Z" }
},
{
"elem": "path",
"attrs": { "d": "M14 13H18V15H14z" }
},
{
"elem": "path",
"attrs": { "d": "M8 13H12V15H8z" }
}
]);
//#endregion
module.exports = WindyDust16;