UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.4 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 IconMaterialPrintError = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PrintError', short_name: 'PrintError', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M80-520q0-51 35-85.5t85-34.5h640q17 0 28.5 11.5T880-600q0 17-11.5 28.5T840-560H200q-17 0-28.5 11.5T160-520v160h80q0-33 23.5-56.5T320-440h280q17 0 28.5 11.5T640-400q0 17-11.5 28.5T600-360H320v160h280q17 0 28.5 11.5T640-160q0 17-11.5 28.5T600-120H320q-33 0-56.5-23.5T240-200v-80h-80q-33 0-56.5-23.5T80-360v-160Zm160-120v-120q0-33 23.5-56.5T320-840h320q33 0 56.5 23.5T720-760v120h-80v-120H320v120h-80Zm520 520q-17 0-28.5-11.5T720-160q0-17 11.5-28.5T760-200q17 0 28.5 11.5T800-160q0 17-11.5 28.5T760-120Zm-40-200v-120q0-17 11.5-28.5T760-480q17 0 28.5 11.5T800-440v120q0 17-11.5 28.5T760-280q-17 0-28.5-11.5T720-320ZM160-560h560-560Z" }) }))); }); IconMaterialPrintError.displayName = 'OnesyIconMaterialPrintError'; exports.default = IconMaterialPrintError;