@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.92 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 IconMaterialChronicW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChronicW100', short_name: 'Chronic', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M454-526v-154q0-5.95-4.04-9.97-4.03-4.03-10-4.03-5.96 0-9.96 4.03-4 4.02-4 9.97v153q0 5.82 2 10.91t7 10.09l75 76q4.36 4 10.18 4 5.82 0 9.82-4t4-9.82q0-5.82-4-10.18l-76-76Zm-34 285q12-29 37.99-48 26-19 60.01-19h105q45-38 71-93t26-119q0-117-81.5-198.5T440-800q-117 0-198.5 81.5T160-520q0 112 75.5 191.5T420-241ZM520-92q-49 0-81-36.5T413-213q-118-11-199.5-98.5T132-520q0-128.33 89.76-218.17 89.77-89.83 218-89.83Q568-828 658-738.17q90 89.84 90 218.17 0 62-23 116t-62 96h99q44.56 0 75.28 31.73Q868-244.55 868-200t-31.72 76.28Q804.55-92 760-92H520Zm-80-428Zm200 320Zm-120 80h240q33 0 56.5-23.5T840-200q0-33-23.5-56.5T760-280H520q-33 0-56.5 23.5T440-200q0 33 23.5 56.5T520-120Zm.04-54q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5Zm120 0q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5Zm120 0q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5Z" }) })));
});
IconMaterialChronicW100.displayName = 'OnesyIconMaterialChronicW100';
exports.default = IconMaterialChronicW100;
;