@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 704 B
JavaScript
//#region virtual:pending--filled/24.js
const PendingFilled24 = require("../utils-BpydAK29.cjs").createSVGComponent("PendingFilled24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,18a2,2,0,1,1,2-2A2,2,0,0,1,8,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,16,18Zm8,0a2,2,0,1,1,2-2A2,2,0,0,1,24,18Z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M10,16a2,2,0,1,1-2-2A2,2,0,0,1,10,16Zm6-2a2,2,0,1,0,2,2A2,2,0,0,0,16,14Zm8,0a2,2,0,1,0,2,2A2,2,0,0,0,24,14Z",
"data-icon-path": "inner-path"
}
}]);
//#endregion
module.exports = PendingFilled24;