@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 506 B
JavaScript
//#region virtual:watch/20.js
const Watch20 = require("../utils-BpydAK29.cjs").createSVGComponent("Watch20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h1v6h2V24h6v6h2V24h1a2,2,0,0,0,2-2V10A2,2,0,0,0,22,8ZM10,22V10H22V22Z" }
}, {
"elem": "path",
"attrs": { "d": "M25 14H27V18H25z" }
}]);
//#endregion
module.exports = Watch20;