@icongo/cg
Version:
css.gg Icons
29 lines (28 loc) • 1.17 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CGScrollV = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var CGScrollV = function CGScrollV(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.CGScrollV = CGScrollV;