@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSentimentVeryDissatisfiedW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SentimentVeryDissatisfiedW100",
short_name: "SentimentVeryDissatisfied",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m352-544 32 33q4 4 9.5 4t10.5-5q4-4 4-9.5t-4-10.5l-32-32 32-34q4-4 4-9.5t-4-10.5q-5-4-10.5-4t-9.5 4l-32 32-35-32q-4-4-9.5-4t-10.5 5q-4 4-4 9.5t4 9.5l33 34-33 33q-4 4-4 9.5t5 10.5q4 4 9.5 4t9.5-4l35-33Zm256 0 34 33q4 4 9.5 4t10.5-5q4-4 4-9.5t-4-10.5l-32-32 32-34q4-4 4-9.5t-5-10.5q-4-4-9.5-4t-9.5 4l-34 32-33-32q-4-4-9.5-4t-10.5 5q-4 4-4 9.5t4 9.5l33 34-33 33q-4 4-4 9.5t5 9.5q4 5 9.5 5t10.5-5l32-32ZM480-132q-72 0-135.5-27t-111-74.5Q186-281 159-344.5T132-480q0-72 27-135.5T233.5-726q47.5-47 111-74.5T480-828q72 0 135.5 27.5T726-726q47 47 74.5 110.5T828-480q0 72-27.5 135.5t-74.5 111Q679-186 615.5-159T480-132Zm0-348Zm0 320q133 0 226.5-93T800-480q0-133-93.5-226.5T480-800q-134 0-227 93.5T160-480q0 134 93 227t227 93Zm0-260q-47 0-87 21.5T326-339q-5 9 0 18t16 9h275q11 0 16-9t0-18q-27-38-67-59.5T480-420Z"
}));
});
IconMaterialSentimentVeryDissatisfiedW100.displayName = 'OnesyIconMaterialSentimentVeryDissatisfiedW100';
export default IconMaterialSentimentVeryDissatisfiedW100;