@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.61 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSentimentCalmW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SentimentCalmW100Filled",
short_name: "SentimentCalm",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-276q30 0 57.5-11.5T588-319q5-4 5.5-10t-4.5-10q-5-4-10.5-3.5T568-338q-19 15-41.5 24t-46.5 9q-24 0-46.5-9T392-338q-5-4-10.5-4.5T371-339q-5 4-4.5 10t5.5 10q23 20 50.5 31.5T480-276Zm.17 144q-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-132ZM345.33-496q28.67 0 50.17-18.5T429-559q2-5-1-9.5t-8.22-6.5q-4.78-2-10.28 1-5.5 3-7.5 8-8 17-23 29.5T345-524q-19 0-33.93-12.47T288-566q-2-5-8-8t-10.78-1q-5.22 2-7.72 6.5t-.5 9.5q11.81 26.18 33.31 44.59Q315.81-496 345.33-496Zm270 0q28.67 0 50.17-18.5T699-559q2-5-1-9.5t-8.22-6.5q-4.78-2-10.28 1-5.5 3-7.5 8-8 17-23 29.5T615-524q-19 0-33.93-12.47T558-566q-2-5-8-8t-10.78-1q-5.22 2-7.72 6.5t-.5 9.5q11.81 26.18 33.31 44.59Q585.81-496 615.33-496Z"
}));
});
IconMaterialSentimentCalmW100Filled.displayName = 'OnesyIconMaterialSentimentCalmW100Filled';
export default IconMaterialSentimentCalmW100Filled;