UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.43 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 IconMaterialUnfloatPortraitW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UnfloatPortraitW100Filled', short_name: 'UnfloatPortrait', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M350 336q-12.75 0-21.375 8.625T320 366v144q0 5.95 4.035 9.975 4.035 4.025 10 4.025t9.965-4.025q4-4.025 4-9.975V383l176 177q4 5 9.5 5t10.5-5q5-5 5-10t-5-10L368 364h126q5.95 0 9.975-4.035 4.025-4.035 4.025-10T503.975 340q-4.025-4-9.975-4H350Zm288 588q-12.75 0-21.375-8.625T608 894V734q0-12.75 8.625-21.375T638 704h80q12.75 0 21.375 8.625T748 734v160q0 12.75-8.625 21.375T718 924h-80Zm-366 0q-26 0-43-17t-17-43V288q0-26 17-43t43-17h416q26 0 43 17t17 43v302q0 5.95-4.025 9.975Q739.95 604 734 604H568q-24.75 0-42.375 17.625T508 664v246q0 5.95-4.025 9.975Q499.95 924 494 924H272Z" }) }))); }); IconMaterialUnfloatPortraitW100Filled.displayName = 'OnesyIconMaterialUnfloatPortraitW100Filled'; exports.default = IconMaterialUnfloatPortraitW100Filled;