UNPKG

@icongo/cg

Version:
19 lines 700 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var CGChevronDoubleLeft = props => /*#__PURE__*/_jsxs("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: "M18.364 7.757 16.95 6.343 11.293 12l5.657 5.657 1.414-1.414L14.12 12l4.243-4.243Z" }), /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "m11.293 6.343 1.414 1.414L8.464 12l4.243 4.243-1.414 1.414L5.636 12l5.657-5.657Z" })] })); export { CGChevronDoubleLeft };