@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
33 lines (32 loc) • 762 B
JavaScript
//#region virtual:KEY/32.js
const Key32 = require("../utils-BpydAK29.cjs").createSVGComponent("Key32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M30 9 28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M21 11 21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M11 9 8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
}
}
]);
//#endregion
module.exports = Key32;