UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.69 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 IconMaterialPrintAddW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PrintAddW100Filled', short_name: 'PrintAdd', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M352-172q-24.75 0-42.37-17.63Q292-207.25 292-232v-100h-70q-24.75 0-42.37-17.63Q162-367.25 162-392v-148q0-28.9 19.5-48.45Q201-608 230-608h500q28.9 0 48.45 19.55Q798-568.9 798-540q0 13-7 22.5t-21 7.5q-60 0-115 28.5T568-402q-3.87 6.3-10.06 10.15Q551.74-388 544-388H352q-14 0-23 9t-9 23v124q0 14 9 23t23 9h191q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H352Zm-29.59-464q-13.41 0-21.91-8.65t-8.5-21.44v-30.09q0-24.82 17.63-42.32Q327.25-756 352-756h256q24.75 0 42.38 17.67Q668-720.66 668-695.85v30.07q0 12.78-8.62 21.28-8.63 8.5-21.38 8.5H322.41Zm442.55 495q-5.96 0-9.96-4.02-4-4.03-4-9.98v-106H645q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h106v-106q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v106h106q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H779v106q0 5.95-4.04 9.98-4.03 4.02-10 4.02Z" }) }))); }); IconMaterialPrintAddW100Filled.displayName = 'OnesyIconMaterialPrintAddW100Filled'; exports.default = IconMaterialPrintAddW100Filled;