UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.8 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 IconMaterialCardsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CardsW100', short_name: 'Cards', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M410-520H310q-12.75 0-21.37-8.63Q280-537.25 280-550v-100q0-12.75 8.63-21.38Q297.25-680 310-680h100q12.75 0 21.38 8.62Q440-662.75 440-650v100q0 12.75-8.62 21.37Q422.75-520 410-520Zm0 240H310q-12.75 0-21.37-8.63Q280-297.25 280-310v-100q0-12.75 8.63-21.38Q297.25-440 310-440h100q12.75 0 21.38 8.62Q440-422.75 440-410v100q0 12.75-8.62 21.37Q422.75-280 410-280Zm240-240H550q-12.75 0-21.37-8.63Q520-537.25 520-550v-100q0-12.75 8.63-21.38Q537.25-680 550-680h100q12.75 0 21.38 8.62Q680-662.75 680-650v100q0 12.75-8.62 21.37Q662.75-520 650-520Zm0 240H550q-12.75 0-21.37-8.63Q520-297.25 520-310v-100q0-12.75 8.63-21.38Q537.25-440 550-440h100q12.75 0 21.38 8.62Q680-422.75 680-410v100q0 12.75-8.62 21.37Q662.75-280 650-280ZM308-548h104v-104H308v104Zm240 0h104v-104H548v104ZM308-308h104v-104H308v104Zm240 0h104v-104H548v104ZM412-548Zm136 0Zm0 136Zm-136 0ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17H232Zm0-28h496q12 0 22-10t10-22v-496q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v496q0 12 10 22t22 10Z" }) }))); }); IconMaterialCardsW100.displayName = 'OnesyIconMaterialCardsW100'; exports.default = IconMaterialCardsW100;