@razorpay/blade
Version:
The Design System that powers Razorpay
46 lines (43 loc) • 4.1 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 ClosedCaptioningIcon = function ClosedCaptioningIcon(_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: "M10.5012 10.2675C10.1971 10.0921 9.85228 9.99988 9.50128 10C9.15028 10.0001 8.8055 10.0926 8.50156 10.2682C8.19763 10.4437 7.94525 10.6962 7.76979 11.0002C7.59433 11.3042 7.50195 11.649 7.50195 12C7.50195 12.351 7.59433 12.6958 7.76979 12.9998C7.94525 13.3038 8.19763 13.5563 8.50156 13.7318C8.8055 13.9074 9.15028 13.9999 9.50128 14C9.85228 14.0001 10.1971 13.9079 10.5012 13.7325C10.9796 13.4566 11.5911 13.6207 11.867 14.0991C12.143 14.5776 11.9788 15.1891 11.5004 15.465C10.8923 15.8157 10.2026 16.0002 9.50061 16C8.79861 15.9998 8.10904 15.8148 7.50117 15.4637C6.89331 15.1125 6.38856 14.6076 6.03763 13.9996C5.6867 13.3916 5.50195 12.702 5.50195 12C5.50195 11.298 5.6867 10.6084 6.03763 10.0004C6.38856 9.39241 6.89331 8.88748 7.50117 8.53635C8.10904 8.18521 8.79861 8.00024 9.50061 8C10.2026 7.99976 10.8923 8.18428 11.5004 8.535C11.9788 8.81093 12.143 9.42244 11.867 9.90086C11.5911 10.3793 10.9796 10.5434 10.5012 10.2675Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
d: "M17.0013 10C17.3523 9.99988 17.6971 10.0921 18.0012 10.2675C18.4796 10.5434 19.0911 10.3793 19.367 9.90086C19.643 9.42244 19.4788 8.81093 19.0004 8.535C18.3923 8.18428 17.7026 7.99976 17.0006 8C16.2986 8.00024 15.609 8.18521 15.0012 8.53635C14.3933 8.88748 13.8886 9.39241 13.5376 10.0004C13.1867 10.6084 13.002 11.298 13.002 12C13.002 12.702 13.1867 13.3916 13.5376 13.9996C13.8886 14.6076 14.3933 15.1125 15.0012 15.4637C15.609 15.8148 16.2986 15.9998 17.0006 16C17.7026 16.0002 18.3923 15.8157 19.0004 15.465C19.4788 15.1891 19.643 14.5776 19.367 14.0991C19.0911 13.6207 18.4796 13.4566 18.0012 13.7325C17.6971 13.9079 17.3523 14.0001 17.0013 14C16.6503 13.9999 16.3055 13.9074 16.0016 13.7318C15.6976 13.5563 15.4453 13.3038 15.2698 12.9998C15.0943 12.6958 15.002 12.351 15.002 12C15.002 11.649 15.0943 11.3042 15.2698 11.0002C15.4453 10.6962 15.6976 10.4437 16.0016 10.2682C16.3055 10.0926 16.6503 10.0001 17.0013 10Z",
fill: iconColor
}), /*#__PURE__*/jsx(Path, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M1.75 6C1.75 5.0335 2.5335 4.25 3.5 4.25H21.5C22.4665 4.25 23.25 5.0335 23.25 6V18C23.25 18.9665 22.4665 19.75 21.5 19.75H3.5C2.5335 19.75 1.75 18.9665 1.75 18V6ZM3.75 6.25V17.75H21.25V6.25H3.75Z",
fill: iconColor
})]
}));
};
export { ClosedCaptioningIcon as default };
//# sourceMappingURL=ClosedCaptioningIcon.js.map