@icongo/cg
Version:
css.gg Icons
21 lines • 800 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 CGScrollH = 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.182 9.172 5.768 7.757 1.525 12l4.243 4.243 1.414-1.415L4.353 12l2.829-2.828Zm9.636 5.656 1.414 1.415L22.475 12l-4.243-4.243-1.414 1.415L19.646 12l-2.828 2.828Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-2 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
clipRule: "evenodd"
})]
}));
export { CGScrollH };