@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 430 B
JavaScript
//#region virtual:up-to-top/24.js
const UpToTop24 = require("../utils-BpydAK29.cjs").createSVGComponent("UpToTop24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M16 14 6 24 7.4 25.4 16 16.8 24.6 25.4 26 24z" }
}, {
"elem": "path",
"attrs": { "d": "M4 8H28V10H4z" }
}]);
//#endregion
module.exports = UpToTop24;