UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 823 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialIcecreamFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "IcecreamFilled", short_name: "Icecream", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M120-560q0-51 29.5-92t74.5-58q18-91 89.5-150.5T480-920q95 0 166.5 59.5T736-710q45 17 74.5 58t29.5 92q0 75-53 119t-119 41L517-108q-5 11-14.5 16T482-87q-11 0-21-5t-15-16L294-400q-71 3-122.5-41T120-560Zm362 346 108-210q-24 12-52 18t-58 6q-27 0-54.5-6T372-424l110 210Z" })); }); IconMaterialIcecreamFilled.displayName = 'OnesyIconMaterialIcecreamFilled'; export default IconMaterialIcecreamFilled;