@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.79 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 IconMaterialSymptomsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SymptomsW100', short_name: 'Symptoms', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M484-500Zm-377-.09q0-10.91 3-21.41t8-20.5q57-95 153.5-150.5T480-748q120.83 0 222.41 63.5Q804-621 858-513q3 5 .5 11t-7.5 9q-5 3-10.5.5T832-500q-25-50-62-90.88-37-40.88-82.5-69.5Q642-689 589-704.5 536-720 480-720q-113 0-207.5 59.5T128-500q50 100 154 165.5T500-280q6-1 10 2.5t5 9.5q1 6-3.02 11-4.03 5-9.98 5-118 5-220.5-50.5T118-458q-5.92-10.13-8.46-20.65-2.54-10.53-2.54-21.44ZM480-364q-56.67 0-96.33-39.74Q344-443.47 344-500.24q0-56.76 39.74-96.26 39.73-39.5 96.5-39.5 56.76 0 96.26 39.67Q616-556.67 616-500q0 12-2 24t-7 23l-26 25q-11 11-21 23t-18 26q-14 8-29.63 11.5Q496.74-364 480-364Zm0-28q45 0 76.5-31.5T588-500q0-45-31.5-76.5T480-608q-45 0-76.5 31.5T372-500q0 45 31.5 76.5T480-392Zm242.34 222Q677-170 646-201.5t-31-76.39q0-22.11 9-42.11t26-36l31-29q17.18-17 41.09-17Q746-402 763-385l31 29q16 15 25.5 35.5T829-278q-1 45-31.5 76.5T722.34-170Zm.14-28q31.52 0 55.02-23.5Q801-245 801-277.67q0-16.33-8-31.83T774-337l-30-28q-9-9-22-9t-22 9l-30 28q-12 12-20 27.5t-7 31.83q0 32.67 23.5 56.17t55.98 23.5Zm-.48-94Z" }) })));
});
IconMaterialSymptomsW100.displayName = 'OnesyIconMaterialSymptomsW100';
exports.default = IconMaterialSymptomsW100;
;