@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 556 B
JavaScript
//#region virtual:direction--loop-left/20.js
const DirectionLoopLeft20 = require("../utils-BpydAK29.cjs").createSVGComponent("DirectionLoopLeft20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M16 20H18V28H16z" }
}, {
"elem": "path",
"attrs": { "d": "M23,4a7.0078,7.0078,0,0,0-7,7v3h2V11a5,5,0,1,1,5,5H5.8281l4.586-4.5859L9,10,2,17l7,7,1.4141-1.4141L5.8281,18H23A7,7,0,0,0,23,4Z" }
}]);
//#endregion
module.exports = DirectionLoopLeft20;