UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 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 IconMaterialHeapSnapshotLargeW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HeapSnapshotLargeW100Filled', short_name: 'HeapSnapshotLarge', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M579.88-246q14.12 0 24.12-9.88 10-9.88 10-24T604.12-304q-9.88-10-24-10T556-304.12q-10 9.88-10 24t9.88 24.12q9.88 10 24 10ZM369-269q4 4 9.67 4 5.66 0 9.33-4l204-204q4-3.67 4-9.33 0-5.67-4-9.67t-9.67-4q-5.66 0-9.33 4L368-287q-4 4-3.5 9t4.5 9Zm10.88-177q14.12 0 24.12-9.88 10-9.88 10-24T404.12-504q-9.88-10-24-10T356-504.12q-10 9.88-10 24t9.88 24.12q9.88 10 24 10ZM272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h314l162 162v474q0 26-17 43t-43 17H272Zm448-520L572-800v118q0 13 8.5 21.5T602-652h118Z" }) }))); }); IconMaterialHeapSnapshotLargeW100Filled.displayName = 'OnesyIconMaterialHeapSnapshotLargeW100Filled'; exports.default = IconMaterialHeapSnapshotLargeW100Filled;