@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 392 B
JavaScript
//#region virtual:chevron--left/index.js
const ChevronLeftGlyph = require("../utils-BpydAK29.cjs").createSVGComponent("ChevronLeftGlyph", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 6 10",
"fill": "currentColor",
"width": "6",
"height": "10"
}, [{
"elem": "path",
"attrs": { "d": "M0 5 5 0 5.7.7 1.4 5 5.7 9.3 5 10z" }
}]);
//#endregion
module.exports = ChevronLeftGlyph;