@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSentimentVeryDissatisfiedW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SentimentVeryDissatisfiedW100Filled",
short_name: "SentimentVeryDissatisfied",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m352-544 32 32q4 4 9.5 4.5T404-512q5-5 5-10t-5-10l-32-32 33-34q4-5 4-10t-5-10q-5-5-10-5t-10 5l-32 32-34-33q-5-4-10-4t-10 5q-4 4-4 9.5t4 10.5l32 34-32 32q-4 4-4.5 9.5T298-512q4 4 9.5 4t10.5-4l34-32Zm256 0 34 33q5 4 10 4t10-5q5-5 5-10t-5-10l-32-32 33-34q4-5 4-10t-5-10q-4-4-9.5-4t-10.5 4l-34 32-32-32q-4-4-9.5-4.5T556-618q-4 4-4 9.5t4 10.5l32 34-32 32q-4 4-4.5 9.5T556-512q5 5 10 5t10-5l32-32ZM480-132q-72 0-135.5-27.5T234-234q-47-47-74.5-110.5T132-480q0-72 27.5-135.5T234-726q47-47 110.5-74.5T480-828q72 0 135.5 27.5T726-726q47 47 74.5 110.5T828-480q0 72-27.5 135.5T726-234q-47 47-110.5 74.5T480-132Zm0-288q-46 0-86.5 21.5T327-340q-5 9-.5 18.5T342-312h276q11 0 15.5-9.5T633-340q-26-37-66-58.5T480-420Z"
}));
});
IconMaterialSentimentVeryDissatisfiedW100Filled.displayName = 'OnesyIconMaterialSentimentVeryDissatisfiedW100Filled';
export default IconMaterialSentimentVeryDissatisfiedW100Filled;