@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
40 lines (39 loc) • 843 B
JavaScript
//#region virtual:intent-request--inactive/16.js
const IntentRequestInactive16 = require("../utils-BpydAK29.cjs").createSVGComponent("IntentRequestInactive16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "circle",
"attrs": {
"cx": "18.5",
"cy": "22.5",
"r": "1.5"
}
},
{
"elem": "circle",
"attrs": {
"cx": "23.5",
"cy": "22.5",
"r": "1.5"
}
},
{
"elem": "circle",
"attrs": {
"cx": "28.5",
"cy": "22.5",
"r": "1.5"
}
},
{
"elem": "path",
"attrs": { "d": "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z" }
}
]);
//#endregion
module.exports = IntentRequestInactive16;