UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialSheetsRtlW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SheetsRtlW100', short_name: 'SheetsRtl', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m270-157-92-92q-9-9-9-21t9-21l92-92q4-4 10-4.5t10 4.5q4 4 4 9.5t-4 9.5l-79 80h549q6 0 10 4t4 10q0 6-4 10t-10 4H211l79 80q4 4 4.5 9t-4.5 10q-4 4-10 4t-10-4Zm-13-305q-19 0-32-13t-13-32v-286q0-19 13-32t32-13h446q19 0 32 13t13 32v286q0 19-13 32t-32 13H257Zm-17-202h226v-146H264q-10 0-17 7t-7 17v122Zm254 0h226v-122q0-10-7-17t-17-7H494v146Zm-28 174v-146H240v122q0 10 7 17t17 7h202Zm28 0h202q10 0 17-7t7-17v-122H494v146Z" }) }))); }); IconMaterialSheetsRtlW100.displayName = 'OnesyIconMaterialSheetsRtlW100'; exports.default = IconMaterialSheetsRtlW100;