UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.64 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 IconMaterialHeapSnapshotMultipleW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HeapSnapshotMultipleW100Filled', short_name: 'HeapSnapshotMultiple', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M449.94-552q10.06 0 17.06-6.94 7-6.95 7-17 0-10.06-6.94-17.06-6.95-7-17-7-10.06 0-17.06 6.94-7 6.95-7 17 0 10.06 6.94 17.06 6.95 7 17 7ZM467-393l166-166q4-4 4.5-9.5T633-579q-5-5-10-5t-10 5L447-413q-4 4-4.5 9.5T447-393q5 5 10 5t10-5Zm162.94 21q10.06 0 17.06-6.94 7-6.95 7-17 0-10.06-6.94-17.06-6.95-7-17-7-10.06 0-17.06 6.94-7 6.95-7 17 0 10.06 6.94 17.06 6.95 7 17 7ZM728-252H352q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h249q12.44 0 23.72 5T644-850l126 126q8 8 13 19.28 5 11.28 5 23.72v369q0 26-17 43t-43 17Zm32-440L612-840v118q0 12.5 8.75 21.25T642-692h118ZM192-92q-26 0-43-17t-17-43v-462q0-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.97v462q0 12 10 22t22 10h342q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H192Z" }) }))); }); IconMaterialHeapSnapshotMultipleW100Filled.displayName = 'OnesyIconMaterialHeapSnapshotMultipleW100Filled'; exports.default = IconMaterialHeapSnapshotMultipleW100Filled;