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