@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 606 B
JavaScript
//#region virtual:medication--reminder/20.js
const MedicationReminder20 = require("../utils-BpydAK29.cjs").createSVGComponent("MedicationReminder20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M20,2H4A2,2,0,0,0,2,4V8a2,2,0,0,0,2,2V28a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V10a2,2,0,0,0,2-2V4A2,2,0,0,0,20,2ZM6,14H9V24H6ZM18,28H6V26h5V12H6V10H18ZM4,8V4H20V8Z" }
}, {
"elem": "circle",
"attrs": {
"cx": "26",
"cy": "16",
"r": "4"
}
}]);
//#endregion
module.exports = MedicationReminder20;