UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 930 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialForYouW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ForYouW100Filled", short_name: "ForYou", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-460q60 0 122.5-8T722-493q14-5 26 4.4 12 9.41 12 24.6v251q0 10-5.58 17.38-5.57 7.38-14.42 10.62-63 22-128.5 33.5T480-140q-66 0-131.5-11.5T220-185q-8.85-3.24-14.42-10.62Q200-203 200-213v-251q0-15.19 12-24.6 12-9.4 26-4.4 57 17 119.5 25t122.5 8Zm0-360q49.5 0 84.75 35.25T600-700q0 49.5-35.25 84.75T480-580q-49.5 0-84.75-35.25T360-700q0-49.5 35.25-84.75T480-820Z" })); }); IconMaterialForYouW100Filled.displayName = 'OnesyIconMaterialForYouW100Filled'; export default IconMaterialForYouW100Filled;