UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 887 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFiberSmartRecordFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FiberSmartRecordFilled", short_name: "FiberSmartRecord", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360-200q-117 0-198.5-81.5T80-480q0-117 81.5-198.5T360-760q117 0 198.5 81.5T640-480q0 117-81.5 198.5T360-200Zm340-19q-23 8-41.5-1.5T640-256q0-11 7.5-21t18.5-14q60-20 97-72t37-117q0-65-37-117t-97-72q-11-4-18.5-14t-7.5-21q0-25 18-35t41-2q81 29 131 100.5T880-480q0 89-50 160T700-219Z" })); }); IconMaterialFiberSmartRecordFilled.displayName = 'OnesyIconMaterialFiberSmartRecordFilled'; export default IconMaterialFiberSmartRecordFilled;