UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.33 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 IconMaterialPrescriptionsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PrescriptionsW100Filled', short_name: 'Prescriptions', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m719-86 65-65-147-147-65 65q-31 31-30.5 73.5T572-86q31 30 73.5 30.5T719-86Zm84-84 65-65q31-31 31-73.5T868-382q-30-30-73.5-30T721-382l-65 65 147 147ZM306-614h348v-28H306v28Zm174-166q13 0 21.5-8.5T510-810q0-13-8.5-21.5T480-840q-13 0-21.5 8.5T450-810q0 13 8.5 21.5T480-780Zm-58 608H232q-25 0-42.5-17.5T172-232v-496q0-25 17.5-42.5T232-788h194q-11-29 6-54.5t48-25.5q32 0 49 25.5t5 54.5h194q25 0 42.5 17.5T788-728v196q-37 1-71 13.5T654-483v-11H306v28h329L515-346H306v28h181q-29 29-46 66.5T422-172Z" }) }))); }); IconMaterialPrescriptionsW100Filled.displayName = 'OnesyIconMaterialPrescriptionsW100Filled'; exports.default = IconMaterialPrescriptionsW100Filled;