UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStrokePartialW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StrokePartialW100", short_name: "StrokePartial", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M477-132q-72 0-135.5-27.5T231-234q-47-47-74.5-110.5T129-480q0-72 27.5-135.5T231-726q47-47 110.5-74.5T477-828q72 0 135.5 27.5T723-726q47 47 74.5 110.5T825-480q0 72-27.5 135.5T723-234q-47 47-110.5 74.5T477-132Zm291-214H361l-92 92h435q20-20 36-43t28-49Zm29-120H482l-92 92h389q8-22 12.5-45t5.5-47Zm-18-120H603l-93 92h287q-1-24-5.5-47T779-586Zm-66-110-82 82h137q-11-23-24.5-43.5T713-696ZM241-264l453-451q-43-40-98.5-62.5T477-800q-134 0-227 93t-93 227q0 63 22.5 118t61.5 98Zm236 104q55 0 104.5-17.5T672-226H282q41 31 90.5 48.5T477-160Z" })); }); IconMaterialStrokePartialW100.displayName = 'OnesyIconMaterialStrokePartialW100'; export default IconMaterialStrokePartialW100;