UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEmojiNatureFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EmojiNatureFilled", short_name: "EmojiNature", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m720-600-32 28q-14 13-33 13t-33-11q-14-11-19-28t1-36l16-50-34-20q-16-9-22.5-26t-1.5-34q5-17 20-26.5t34-9.5h40l12-38q6-19 20.5-30.5T720-880q17 0 31.5 11.5T772-838l12 38h40q19 0 33.5 9.5T878-764q7 18 0 35t-22 25l-36 20 16 50q6 19 1 36.5T818-570q-15 11-33.5 11T752-572l-32-28Zm0-80q17 0 28.5-11.5T760-720q0-17-11.5-28.5T720-760q-17 0-28.5 11.5T680-720q0 17 11.5 28.5T720-680ZM552-244q23 60-15 112T430-80q-33 0-62.5-17T324-142q-83 12-137.5-42.5T142-324q-30-17-46-46.5T80-438q0-61 55.5-98.5T244-552l62 26q20-31 53-50.5t71-21.5v-52q0-13 8.5-21.5T460-680q13 0 21.5 8.5T490-650v60q37 11 61 34.5t41 65.5h58q13 0 21.5 8.5T680-460q0 13-8.5 21.5T650-430h-52q-2 38-20.5 71T528-306l24 62ZM230-384q32 0 56.5-8t63.5-32l-120-50q-29-12-49.5.5T160-434q0 26 17 38t53 12Zm200 224q25 0 40.5-17.5T478-214l-54-136q-19 32-29.5 64T384-228q0 33 11.5 50.5T430-160Zm66-222q10-10 16-26.5t6-34.5q0-32-21-54t-52-22q-18 0-34 6t-27 17l78 36 34 78Z" })); }); IconMaterialEmojiNatureFilled.displayName = 'OnesyIconMaterialEmojiNatureFilled'; export default IconMaterialEmojiNatureFilled;