@icongo/cg
Version:
css.gg Icons
19 lines • 700 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGChevronDoubleDown = 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: "M7.757 5.636 6.343 7.05 12 12.707l5.657-5.657-1.414-1.414L12 9.88 7.757 5.636Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "m6.343 12.707 1.414-1.414L12 15.536l4.243-4.243 1.414 1.414L12 18.364l-5.657-5.657Z"
})]
}));
export { CGChevronDoubleDown };