UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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 IconMaterialViewListW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ViewListW100', short_name: 'ViewList', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-332.49v-309.02q0-25.49 17.63-42.99Q207.25-702 232-702h496q24.75 0 42.38 17.5Q788-667 788-641.51v309.02q0 25.49-17.62 42.99Q752.75-272 728-272H232q-24.75 0-42.37-17.5Q172-307 172-332.49ZM200-568h106v-106h-74q-14 0-23 9t-9 23v74Zm134 0h426v-74q0-14-9-23t-23-9H334v106Zm0 134h426v-106H334v106Zm0 134h394q14 0 23-9t9-23v-74H334v106Zm-102 0h74v-106H200v74q0 14 9 23t23 9Zm-32-134h106v-106H200v106Z" }) }))); }); IconMaterialViewListW100.displayName = 'OnesyIconMaterialViewListW100'; exports.default = IconMaterialViewListW100;