UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.88 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSentimentFrustratedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SentimentFrustratedW100", short_name: "SentimentFrustrated", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M391-266q14.88 0 28.44-5T446-284q7.85-4.8 16.35-8.4 8.5-3.6 17.65-3.6 12 0 34 12 13 8 26.56 13 13.57 5 28.44 5 42 0 68.5-29.5t26.5-79.94q0-61.56-45.37-95.06Q573.25-504 488-504h-16q-85.25 0-130.62 33.54Q296-436.92 296-375q0 50 26.5 79.5T391-266Zm-1-28q-31.53 0-49.26-22Q323-338 323-376q0-51.11 36.41-75.56Q395.82-476 472-476h15q76.24 0 112.12 24.44Q635-427.11 635-376q0 38-17.16 60T569-294q-14 0-42-14-11-6-22.61-11-11.6-5-24.5-5-12.89 0-24.84 4.44Q443.1-315.11 432-308q-9.88 5.83-20.38 9.92Q401.12-294 390-294Zm3-352q4-5 4-11.5t-5-9.5q-5-3-11-1t-10 7q-19 25-43.6 42.72Q302.81-600.55 275-587q-6 2.9-9 8.45-3 5.55-1 11.55 2 6 8 8t12-1q32-15 59.5-36.5T393-646Zm174 0q21 28 48.5 49.5T675-560q6 3 12 1t8-7.5q2-5.5-1-11t-9-8.5q-28-14-52.5-32T589-661q-4-5-9.5-7t-10.5 1q-5 3-5.5 9.5T567-646Zm-86.83 514q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132ZM480-480Zm0 320q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Z" })); }); IconMaterialSentimentFrustratedW100.displayName = 'OnesyIconMaterialSentimentFrustratedW100'; export default IconMaterialSentimentFrustratedW100;