UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 764 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLineCurveFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LineCurveFilled", short_name: "LineCurve", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M760-160q-17 0-28.5-13T718-204q-8-103-50.5-193t-111-158.5Q488-624 398-667t-192-51q-18-2-32-13.5T160-760q0-17 12.5-28.5T202-799q120 8 225.5 57.5T613-612q80 80 129.5 186T799-200q1 17-10.5 28.5T760-160Z" })); }); IconMaterialLineCurveFilled.displayName = 'OnesyIconMaterialLineCurveFilled'; export default IconMaterialLineCurveFilled;