@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 539 B
JavaScript
//#region virtual:letter--Xx/24.js
const LetterXx24 = require("../utils-BpydAK29.cjs").createSVGComponent("LetterXx24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M15 9 13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9z" }
}, {
"elem": "path",
"attrs": { "d": "M25 13 23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z" }
}]);
//#endregion
module.exports = LetterXx24;