UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.25 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 IconMaterialFormatSizeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FormatSizeW100', short_name: 'FormatSize', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M603-719H421q-5.83 0-9.92-4.12-4.08-4.12-4.08-10t4.08-10.38q4.09-4.5 9.92-4.5h393q5.83 0 9.92 4.12 4.08 4.12 4.08 10t-4.08 10.38q-4.09 4.5-9.92 4.5H632v493q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-10.38-4.38Q603-220.75 603-227v-492ZM250-524H146q-5.83 0-9.92-4.12-4.08-4.12-4.08-10t4.08-10.38q4.09-4.5 9.92-4.5h236q5.83 0 9.92 4.12 4.08 4.12 4.08 10t-4.08 10.38q-4.09 4.5-9.92 4.5H278v298q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-298Z" }) }))); }); IconMaterialFormatSizeW100.displayName = 'OnesyIconMaterialFormatSizeW100'; exports.default = IconMaterialFormatSizeW100;