@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
23 lines (22 loc) • 561 B
JavaScript
//#region virtual:AI/16.js
const Ai16 = require("../utils-BpydAK29.cjs").createSVGComponent("Ai16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M17 11 20 11 20 21 17 21 17 23 25 23 25 21 22 21 22 11 25 11 25 9 17 9 17 11z"
}
}, {
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m13,9h-4c-1.103,0-2,.897-2,2v12h2v-5h4v5h2v-12c0-1.103-.897-2-2-2Zm-4,7v-5h4v5h-4Z"
}
}]);
//#endregion
module.exports = Ai16;