UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.51 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCurrencyRupeeCircleW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CurrencyRupeeCircleW100Filled", short_name: "CurrencyRupeeCircle", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M568-275q5-5 5.5-11t-4.5-11L438-438l1-3h10q60 0 97.5-29t41.5-81h24q6.09 0 10.04-4.12 3.96-4.12 3.96-10t-3.96-9.88q-3.95-4-10.04-4h-25q-3-23-14-41.5T545-652h67q6.09 0 10.04-4.12 3.96-4.12 3.96-10t-3.96-9.88q-3.95-4-10.04-4H348q-5.79 0-9.9 4.15-4.1 4.14-4.1 10 0 5.85 4.1 9.85 4.11 4 9.9 4h105q43 0 71 19t34 54H348q-6.09 0-10.04 4.12-3.96 4.12-3.96 10t3.96 9.88q3.95 4 10.04 4h211q-4 39-32.5 60.5T453-469h-16q-10.16 0-17.58 5-7.42 5-10.42 13t-2 16q1 8 8 16l132 143q5 5 10.5 5.5T568-275Zm-87.83 143q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132Z" })); }); IconMaterialCurrencyRupeeCircleW100Filled.displayName = 'OnesyIconMaterialCurrencyRupeeCircleW100Filled'; export default IconMaterialCurrencyRupeeCircleW100Filled;