UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialInputCircleFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "InputCircleFilled", short_name: "InputCircle", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M440-487v367q0 17 11.5 28.5T480-80q17 0 28.5-11.5T520-120v-367l76 75q11 11 27.5 11.5T652-412q11-11 11-28t-11-28L508-612q-12-12-28-12t-28 12L308-468q-11 11-11.5 27.5T308-412q11 11 28 11t28-11l76-75Zm40-313q-134 0-227 93t-93 227q0 33 6.5 65t19.5 62q7 17 4.5 34T175-289q-12 12-29.5 5.5T119-309q-19-41-29-83.5T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 45-9.5 88.5T841-307q-9 18-26.5 24t-29.5-6q-12-12-15.5-29t3.5-33q14-31 20.5-63.5T800-480q0-134-93-227t-227-93Z" })); }); IconMaterialInputCircleFilled.displayName = 'OnesyIconMaterialInputCircleFilled'; export default IconMaterialInputCircleFilled;