@razorpay/blade
Version:
The Design System that powers Razorpay
43 lines (40 loc) • 3.93 kB
JavaScript
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import '../_Svg/index.js';
import '../useIconProps/index.js';
import '../../../utils/assignWithoutSideEffects/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';
import { assignWithoutSideEffects } from '../../../utils/assignWithoutSideEffects/assignWithoutSideEffects.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 _CompanyRegistrationIcon = function _CompanyRegistrationIcon(_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, {
d: "M10.9854 1.28303C12.3188 0.492859 14.0053 1.45378 14.0049 3.00372L14.0039 6.99979H19C20.1044 6.99985 20.9997 7.89548 21 8.99978V9.84157C20.9998 10.3937 20.5522 10.8416 20 10.8416C19.4478 10.8416 19.0002 10.3937 19 9.84157V8.99978H14.0029L14 20.9997H22L22.1025 21.0046C22.6066 21.0559 22.9999 21.4821 23 21.9997C23 22.5174 22.6067 22.9435 22.1025 22.9948L22 22.9997H12.0186C12.0124 22.9998 12.0062 23.0007 12 23.0007H4C3.99381 23.0007 3.98762 22.9998 3.98145 22.9997H2C1.44772 22.9997 1 22.552 1 21.9997C1.00011 21.4475 1.44778 20.9997 2 20.9997V7.74686C2.00002 7.04054 2.37287 6.38632 2.98047 6.02616L10.9854 1.28303ZM4 7.74686V20.9997H12L12.0029 8.07303C12.0012 8.0489 12 8.02436 12 7.99979C12 7.97482 12.0011 7.95008 12.0029 7.92557L12.0049 3.00274L4 7.74686ZM9 16.9997C9.55222 16.9997 9.99989 17.4475 10 17.9997C10 18.552 9.55228 18.9997 9 18.9997H7L6.89746 18.9948C6.39334 18.9435 6 18.5174 6 17.9997C6.0001 17.4821 6.3934 17.0559 6.89746 17.0046L7 16.9997H9ZM21.2637 12.5544C21.6375 12.1481 22.2703 12.1221 22.6768 12.4959C23.0831 12.8697 23.1101 13.5025 22.7363 13.9089L18.6943 18.3015L18.6221 18.3728C18.4453 18.5295 18.2178 18.6198 17.9795 18.6247C17.7072 18.6304 17.4446 18.5243 17.252 18.3318L15.4355 16.5163C15.045 16.1258 15.045 15.4918 15.4355 15.1013C15.8259 14.711 16.4591 14.7112 16.8496 15.1013L17.9287 16.1804L21.2637 12.5544ZM9 12.9998C9.55222 12.9998 9.99989 13.4476 10 13.9998C10 14.552 9.55228 14.9997 9 14.9997H7L6.89746 14.9949C6.39334 14.9435 6 14.5174 6 13.9998C6.0001 13.4822 6.3934 13.056 6.89746 13.0046L7 12.9998H9ZM9 8.99978C9.55222 8.99978 9.99989 9.44758 10 9.99978C10 10.5521 9.55228 10.9998 9 10.9998H7L6.89746 10.9949C6.39334 10.9435 6 10.5174 6 9.99978C6.0001 9.48219 6.3934 9.05599 6.89746 9.00466L7 8.99978H9Z",
fill: iconColor
})
}));
};
var CompanyRegistrationIcon = /*#__PURE__*/assignWithoutSideEffects(_CompanyRegistrationIcon, {
componentId: 'CompanyRegistrationIcon'
});
export { CompanyRegistrationIcon as default };
//# sourceMappingURL=CompanyRegistrationIcon.js.map