@razorpay/blade
Version:
The Design System that powers Razorpay
46 lines (43 loc) • 4.14 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 { jsxs, 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 MicOffIcon = function MicOffIcon(_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__*/jsxs(Svg, _objectSpread(_objectSpread({}, styledProps), {}, {
width: width,
height: height,
viewBox: "0 0 24 24",
fill: "none",
children: [/*#__PURE__*/jsx(Path, {
d: "M12.3535 0.0124533C13.8025 0.0332507 14.7788 0.713499 15.3459 1.59776C15.876 2.4243 16.0189 3.37299 16 4.01572V9.49981C16 10.0521 15.5523 10.4998 15 10.4998C14.4477 10.4998 14 10.0521 14 9.49981V3.99981C14 3.98827 14.0002 3.97672 14.0006 3.96518C14.0127 3.61624 13.9246 3.08636 13.6624 2.67746C13.4382 2.32787 13.0632 2.01532 12.2972 2.01199C12.2651 2.01185 12.233 2.01016 12.2011 2.00694C11.1788 1.90367 10.2445 2.59186 10.0401 3.59882C9.93016 4.14006 9.4023 4.48973 8.86106 4.37983C8.31982 4.26992 7.97016 3.74207 8.08006 3.20083C8.48576 1.20286 10.3279 -0.167627 12.3535 0.0124533Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M0.292893 1.70692L8 9.41403V12.0007C8.00142 13.6175 8.97597 15.0744 10.4697 15.6929C11.6471 16.1804 12.9646 16.0715 14.03 15.444L15.5061 16.9202C14.5584 17.6029 13.4401 17.9873 12.2945 18.0439C12.2014 18.0152 12.1025 17.9998 12 17.9998C11.8973 17.9998 11.7983 18.0153 11.705 18.044C11.032 18.0111 10.358 17.8642 9.71177 17.5977C7.45063 16.6649 5.98205 14.453 5.99994 12.0071V9.99982C5.99994 9.44753 5.55223 8.99982 4.99994 8.99982C4.44766 8.99982 3.99994 9.44753 3.99994 9.99982V11.9963C3.97763 15.256 5.93542 18.2034 8.94911 19.4465C9.61646 19.7218 10.306 19.9013 11 19.9887V21.9998H8C7.44772 21.9998 7 22.4475 7 22.9998C7 23.5521 7.44772 23.9998 8 23.9998H16C16.5523 23.9998 17 23.5521 17 22.9998C17 22.4475 16.5523 21.9998 16 21.9998H13V19.9883C14.4179 19.8094 15.7816 19.252 16.9342 18.3483L22.2929 23.7069C22.6834 24.0974 23.3166 24.0974 23.7071 23.7069C24.0976 23.3164 24.0976 22.6832 23.7071 22.2927L17.869 16.4546C17.8241 16.3759 17.7677 16.3021 17.6998 16.2355C17.637 16.174 17.5681 16.1224 17.4951 16.0808L1.70711 0.29271C1.31658 -0.0978142 0.683417 -0.0978142 0.292893 0.29271C-0.0976311 0.683234 -0.0976311 1.3164 0.292893 1.70692ZM10 11.9993V11.414L12.5156 13.9296C12.0997 14.0405 11.6499 14.0169 11.2349 13.845C10.4881 13.5358 10.0009 12.8075 10 11.9993Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
d: "M20 9.99982C20 9.44753 19.5523 8.99982 19 8.99982C18.4477 8.99982 18 9.44753 18 9.99982V11.9998C18 12.2147 17.9214 12.921 17.6056 13.5526C17.3586 14.0466 17.5588 14.6473 18.0528 14.8942C18.5468 15.1412 19.1474 14.941 19.3944 14.447C19.8786 13.4786 20 12.4516 20 11.9998V9.99982Z",
fill: iconColor
})]
}));
};
export { MicOffIcon as default };
//# sourceMappingURL=MicOffIcon.js.map