@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
18 lines (17 loc) • 361 B
JavaScript
//#region virtual:dot-mark/20.js
const DotMark20 = require("../utils-BpydAK29.cjs").createSVGComponent("DotMark20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "circle",
"attrs": {
"cx": "16",
"cy": "16",
"r": "8"
}
}]);
//#endregion
module.exports = DotMark20;