UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.77 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 IconMaterialCopyAllW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CopyAllW100Filled', short_name: 'CopyAll', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M376-276q-26 0-43-17t-17-43v-432q0-26 17-43t43-17h312q26 0 43 17t17 43v432q0 26-17 43t-43 17H376ZM192-708q-8.5 0-14.25-5.75T172-728q0-8.5 5.75-14.25T192-748q8.5 0 14.25 5.75T212-728q0 8.5-5.75 14.25T192-708Zm0 144q-8.5 0-14.25-5.75T172-584q0-8.5 5.75-14.25T192-604q8.5 0 14.25 5.75T212-584q0 8.5-5.75 14.25T192-564Zm0 144q-8.5 0-14.25-5.75T172-440q0-8.5 5.75-14.25T192-460q8.5 0 14.25 5.75T212-440q0 8.5-5.75 14.25T192-420Zm0 144q-8.5 0-14.25-5.75T172-296q0-8.5 5.75-14.25T192-316q8.5 0 14.25 5.75T212-296q0 8.5-5.75 14.25T192-276Zm0 144q-8.5 0-14.25-5.75T172-152q0-8.5 5.75-14.25T192-172q8.5 0 14.25 5.75T212-152q0 8.5-5.75 14.25T192-132Zm144 0q-8.5 0-14.25-5.75T316-152q0-8.5 5.75-14.25T336-172q8.5 0 14.25 5.75T356-152q0 8.5-5.75 14.25T336-132Zm144 0q-8.5 0-14.25-5.75T460-152q0-8.5 5.75-14.25T480-172q8.5 0 14.25 5.75T500-152q0 8.5-5.75 14.25T480-132Zm144 0q-8.5 0-14.25-5.75T604-152q0-8.5 5.75-14.25T624-172q8.5 0 14.25 5.75T644-152q0 8.5-5.75 14.25T624-132Z" }) }))); }); IconMaterialCopyAllW100Filled.displayName = 'OnesyIconMaterialCopyAllW100Filled'; exports.default = IconMaterialCopyAllW100Filled;