@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 397 B
JavaScript
//#region virtual:arrow--left/16.js
const ArrowLeft16 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowLeft16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 16 16",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M6.7 12.3 2.9 8.5 15 8.5 15 7.5 2.9 7.5 6.7 3.7 6 3 1 8 6 13z" }
}]);
//#endregion
module.exports = ArrowLeft16;