@icongo/cg
Version:
css.gg Icons
15 lines • 613 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGArrowsExpandLeftAlt = 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 2.1v2H5.516l5.778 5.779-1.414 1.414L4.1 5.515V10.1h-2v-8h8Zm11.8 11.8h-2v4.585l-5.779-5.778-1.414 1.414 5.778 5.778H13.9v2h8v-8Zm-5.657-4.728-1.415-1.415-7.07 7.072 1.414 1.414 7.07-7.071Z"
})
}));
export { CGArrowsExpandLeftAlt };