@razorpay/blade
Version:
The Design System that powers Razorpay
45 lines (42 loc) • 2.81 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 _FreelanceFilledIcon = function _FreelanceFilledIcon(_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: "M13.9688 2C14.7644 2 15.5272 2.3163 16.0898 2.87891C16.6525 3.44151 16.9688 4.20435 16.9688 5V6H19.9688C21.6256 6 22.9688 7.34315 22.9688 9V19C22.9688 20.6569 21.6256 22 19.9688 22H16.7188V6H15.2188V22H8.71875V6H7.21875V22H3.96875C2.3119 22 0.96875 20.6569 0.96875 19V9C0.96875 7.34315 2.3119 6 3.96875 6H6.96875V5C6.96875 4.20435 7.28505 3.44151 7.84766 2.87891C8.41026 2.3163 9.1731 2 9.96875 2H13.9688ZM9.96875 4C9.70353 4 9.44925 4.10543 9.26172 4.29297C9.07418 4.48051 8.96875 4.73478 8.96875 5V6H14.9688V5C14.9688 4.73478 14.8633 4.48051 14.6758 4.29297C14.4882 4.10543 14.234 4 13.9688 4H9.96875Z",
fill: iconColor
})
}));
};
var FreelanceFilledIcon = /*#__PURE__*/assignWithoutSideEffects(_FreelanceFilledIcon, {
componentId: 'FreelanceFilledIcon'
});
export { FreelanceFilledIcon as default };
//# sourceMappingURL=FreelanceFilledIcon.js.map