@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.62 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialSentimentVeryDissatisfiedW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SentimentVeryDissatisfiedW100Filled', short_name: 'SentimentVeryDissatisfied', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialSentimentVeryDissatisfiedW100Filled;
;