UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 827 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFunctionsFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FunctionsFilled", short_name: "Functions", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M500-480 253-708q-6-6-9.5-13.5T240-737v-23q0-17 11.5-28.5T280-800h380q25 0 42.5 17.5T720-740q0 25-17.5 42.5T660-680H431l184 171q13 12 13 29t-13 29L431-280h229q25 0 42.5 17.5T720-220q0 25-17.5 42.5T660-160H269q-12 0-20.5-8.5T240-189v-38q0-6 2-11.5t7-10.5l251-231Z" })); }); IconMaterialFunctionsFilled.displayName = 'OnesyIconMaterialFunctionsFilled'; export default IconMaterialFunctionsFilled;