@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 486 B
JavaScript
//#region virtual:text--all-caps/24.js
const TextAllCaps24 = require("../utils-BpydAK29.cjs").createSVGComponent("TextAllCaps24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M1 8 1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8z" }
}, {
"elem": "path",
"attrs": { "d": "M17 8 17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z" }
}]);
//#endregion
module.exports = TextAllCaps24;