@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 595 B
JavaScript
//#region virtual:text--footnote/32.js
const TextFootnote32 = require("../utils-BpydAK29.cjs").createSVGComponent("TextFootnote32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M2 7 2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7z" }
}, {
"elem": "path",
"attrs": { "d": "M30 11.076 29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z" }
}]);
//#endregion
module.exports = TextFootnote32;