UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterial60fpsFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '60fpsFilled', short_name: '60fps', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M320-200H200q-50 0-85-35t-35-85v-320q0-50 35-85t85-35h140q25 0 42.5 17.5T400-700q0 25-17.5 42.5T340-640H200v80h120q50 0 85 35t35 85v120q0 50-35 85t-85 35ZM200-440v120h120v-120H200Zm400 120h160v-320H600v320Zm0 120q-50 0-85-35t-35-85v-320q0-50 35-85t85-35h160q50 0 85 35t35 85v320q0 50-35 85t-85 35H600Z" }) }))); }); IconMaterial60fpsFilled.displayName = 'OnesyIconMaterial60fpsFilled'; exports.default = IconMaterial60fpsFilled;