@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 535 B
JavaScript
//#region virtual:time/20.js
const Time20 = require("../utils-BpydAK29.cjs").createSVGComponent("Time20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7 S14.3,2.3,10,2.3z" }
}, {
"elem": "path",
"attrs": { "d": "M13 13.9 9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z" }
}]);
//#endregion
module.exports = Time20;