UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.06 kB
"use strict"; 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 IconMaterialClinicalNotesW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ClinicalNotesW100', short_name: 'ClinicalNotes', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M680-339q-35 0-59.5-24.5T596-423q0-35 24.5-59.5T680-507q35 0 59.5 24.5T764-423q0 35-24.5 59.5T680-339Zm0-28q23 0 39.5-16.5T736-423q0-23-16.5-39.5T680-479q-23 0-39.5 16.5T624-423q0 23 16.5 39.5T680-367ZM506-116q-12.75 0-21.37-8.63Q476-133.25 476-146v-50q0-11.57 5.53-21.75Q487.05-227.94 497-234q26-16 45.5-22.5t49.7-11.75q9.8-1.75 18.8.39 9 2.15 15 9.86l54 71 53-71q6-8 15-10t19.04-.25Q798-263 816.82-256.6q18.81 6.39 46.18 22.6 10 6 15 16t6 21v51q0 12.75-8.62 21.37Q866.75-116 854-116H506Zm-3-28h174l-75-100q-26.31 5.95-51.15 15.48Q526-219 503-206v62Zm180 0h173v-62q-23-13-47.85-22-24.84-9-51.15-15l-74 99Zm-6 0Zm6 0Zm-3-279ZM200-200v-560 149-16 427Zm32.48 28q-25.48 0-42.98-17.63Q172-207.25 172-232v-496q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v132q-7-5-13.5-8.5T760-611v-117q0-14-9-23t-23-9H232q-14 0-23 9t-9 23v496q0 14 9 23t23 9h124v28H232.48ZM320-614h288q11-5 22.5-7t23.5-4v-3q0-5.95-4.03-9.97Q645.95-642 640-642H320q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm0 148h161q2-8 4-14.5t4-13.5H320q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm0 148h89.91q10.09-8 20.59-15.5T452-346H320q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Z" }) }))); }); IconMaterialClinicalNotesW100.displayName = 'OnesyIconMaterialClinicalNotesW100'; exports.default = IconMaterialClinicalNotesW100;