UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 607 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFlutter = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Flutter", short_name: "Flutter", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M236-345 100-480l440-440h271L236-345ZM540-40 303-277l237-237h271L574-277 811-40H540Z" })); }); IconMaterialFlutter.displayName = 'OnesyIconMaterialFlutter'; export default IconMaterialFlutter;