@icongo/cg
Version:
css.gg Icons
21 lines • 798 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 CGScrollV = 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: "m9.172 16.818-1.415 1.414L12 22.475l4.243-4.243-1.415-1.414L12 19.647l-2.828-2.829Zm5.656-9.636 1.415-1.414L12 1.525 7.757 5.768l1.415 1.414L12 4.354l2.828 2.828Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm0 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z",
clipRule: "evenodd"
})]
}));
export { CGScrollV };