UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

40 lines (37 loc) 3.51 kB
import _defineProperty from '@babel/runtime/helpers/defineProperty'; import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; import '../_Svg/index.js'; import '../useIconProps/index.js'; import { jsx } from 'react/jsx-runtime'; import useIconProps from '../useIconProps/useIconProps.js'; import Svg from '../_Svg/Svg/Svg.web.js'; import Path from '../_Svg/Path/Path.web.js'; var _excluded = ["size", "color"]; function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } var ApertureIcon = function ApertureIcon(_ref) { var size = _ref.size, color = _ref.color, styledProps = _objectWithoutProperties(_ref, _excluded); var _useIconProps = useIconProps({ size: size, color: color }), height = _useIconProps.height, width = _useIconProps.width, iconColor = _useIconProps.iconColor; return /*#__PURE__*/jsx(Svg, _objectSpread(_objectSpread({}, styledProps), {}, { width: width, height: height, viewBox: "0 0 24 24", fill: "none", children: /*#__PURE__*/jsx(Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M3.20377 5.39391C5.2109 2.72559 8.40393 1 12 1C12.3927 1 12.7806 1.02058 13.1627 1.06072C13.2083 1.06262 13.2539 1.06766 13.2993 1.07593C17.224 1.53775 20.5165 4.06572 22.0594 7.54247C22.0788 7.58008 22.0958 7.61907 22.1104 7.65927C22.6829 8.991 23 10.4585 23 12C23 14.4134 22.2228 16.6452 20.905 18.4589C20.8736 18.5108 20.8373 18.5601 20.7962 18.6061C18.7891 21.2744 15.5961 23 12 23C11.6074 23 11.2196 22.9794 10.8377 22.9393C10.7919 22.9374 10.7461 22.9324 10.7006 22.9241C6.77649 22.4623 3.48442 19.9349 1.94126 16.4589C1.92133 16.4204 1.90383 16.3805 1.88896 16.3392C1.31685 15.0079 1 13.5409 1 12C1 9.58664 1.77719 7.35481 3.09493 5.54113C3.12638 5.48921 3.16272 5.43988 3.20377 5.39391ZM12.5886 20.9811C15.0884 20.8197 17.3103 19.6377 18.8418 17.8475L16.6199 13.9999L12.5886 20.9811ZM17.4986 11.522C17.4902 11.5066 17.4814 11.4914 17.4722 11.4764L16.0422 9H20.4879C20.8195 9.93834 21 10.9481 21 12C21 13.4294 20.6667 14.7811 20.0737 15.9814L17.4986 11.522ZM15.4652 12.0002L13.7329 15H10.2673L8.53485 11.9999L10.2672 9H13.7327L15.4652 12.0002ZM12.578 17L10.3548 20.85C7.92612 20.4013 5.83933 18.9776 4.51555 17H9.67206C9.68462 17.0002 9.69721 17.0002 9.7098 17H12.578ZM6.5256 12.5199L7.95777 15H3.51212C3.18046 14.0617 3 13.0519 3 12C3 10.5706 3.33324 9.21896 3.92628 8.01865L6.5036 12.4818C6.51064 12.4946 6.51798 12.5074 6.5256 12.5199ZM7.38009 10.0002L5.15819 6.15255C6.68971 4.36229 8.91164 3.18028 11.4115 3.01893L8.83196 7.48602C8.82614 7.49571 8.82048 7.50552 8.81498 7.51542L7.38009 10.0002ZM14.2916 7H11.4221L13.6453 3.15005C16.0739 3.59871 18.1607 5.02241 19.4845 7H14.3265C14.3149 6.9998 14.3032 6.9998 14.2916 7Z", fill: iconColor }) })); }; export { ApertureIcon as default }; //# sourceMappingURL=ApertureIcon.js.map