UNPKG

@icongo/cg

Version:
15 lines 545 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGArrowsExpandLeft = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M10.1 4.1v-2h-8v8h2V5.516l5.779 5.778 1.414-1.414L5.515 4.1H10.1Zm9.8 9.8h2v8h-8v-2h4.585l-5.778-5.779 1.414-1.414 5.778 5.778V13.9Z" }) })); export { CGArrowsExpandLeft };