UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.28 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSpokeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SpokeW100", short_name: "Spoke", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-572q-44.55 0-76.27-31.72Q372-635.45 372-680t31.73-76.28Q435.45-788 480-788t76.28 31.72Q588-724.55 588-680t-31.72 76.28Q524.55-572 480-572Zm0-28q33 0 56.5-23.5T560-680q0-33-23.5-56.5T480-760q-33 0-56.5 23.5T400-680q0 33 23.5 56.5T480-600ZM280-172q-44.55 0-76.27-31.73Q172-235.45 172-280t31.73-76.27Q235.45-388 280-388t76.27 31.73Q388-324.55 388-280t-31.73 76.27Q324.55-172 280-172Zm0-28q33 0 56.5-23.5T360-280q0-33-23.5-56.5T280-360q-33 0-56.5 23.5T200-280q0 33 23.5 56.5T280-200Zm400 28q-44.55 0-76.28-31.73Q572-235.45 572-280t31.72-76.27Q635.45-388 680-388t76.28 31.73Q788-324.55 788-280t-31.72 76.27Q724.55-172 680-172Zm0-28q33 0 56.5-23.5T760-280q0-33-23.5-56.5T680-360q-33 0-56.5 23.5T600-280q0 33 23.5 56.5T680-200ZM480-680ZM280-280Zm400 0Z" })); }); IconMaterialSpokeW100.displayName = 'OnesyIconMaterialSpokeW100'; export default IconMaterialSpokeW100;