@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 1.25 kB
JavaScript
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import 'react-native-svg';
import '@babel/runtime/helpers/defineProperty';
import { jsx } from 'react/jsx-runtime';
import Path from '../_Svg/Path/Path.native.js';
import Svg from '../_Svg/Svg/Svg.native.js';
import useIconProps from '../useIconProps/useIconProps.js';
var _excluded=["size","color"];var PlayIcon=function PlayIcon(_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 jsx(Svg,Object.assign({},styledProps,{width:width,height:height,viewBox:"0 0 24 24",fill:"none",children:jsx(Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6.52081 2.12229C6.84189 1.947 7.23305 1.96101 7.54076 2.15882L21.5408 11.1588C21.827 11.3428 22 11.6597 22 12C22 12.3403 21.827 12.6572 21.5408 12.8412L7.54076 21.8412C7.23305 22.039 6.84189 22.053 6.52081 21.8777C6.19974 21.7024 6 21.3658 6 21V3C6 2.63419 6.19974 2.29758 6.52081 2.12229ZM8 4.83167V19.1683L19.1507 12L8 4.83167Z",fill:iconColor})}));};
export { PlayIcon as default };
//# sourceMappingURL=PlayIcon.js.map