@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 830 B
JavaScript
//#region virtual:Serverless-Fleet/20.js
const ServerlessFleet20 = require("../utils-BpydAK29.cjs").createSVGComponent("ServerlessFleet20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M18.7 19.3 17.3 20.7 21 24.4 28.7 16.7 27.3 15.3 21 21.6 18.7 19.3z" }
},
{
"elem": "path",
"attrs": { "d": "M10,12v11c0,1.1.9,2,2,2h4v-2h-4v-11h8v4h2v-4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2Z" }
},
{
"elem": "path",
"attrs": { "d": "M4,4h8v-2H4c-1.1,0-2,.9-2,2v8h2V4Z" }
},
{
"elem": "path",
"attrs": { "d": "M6,8v8h2v-8h8v-2h-8c-1.1,0-2,.9-2,2Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,22v6H4v-6h-2v6c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2v-6h-2Z" }
}
]);
//#endregion
module.exports = ServerlessFleet20;