UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialImageNotSupported = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ImageNotSupported', short_name: 'ImageNotSupported', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5.825L1.4 4.2q-.275-.275-.287-.688Q1.1 3.1 1.4 2.8q.275-.275.7-.275.425 0 .7.275l18.4 18.4q.3.3.288.7-.013.4-.313.7-.3.275-.7.287-.4.013-.7-.287l-1.6-1.6Zm0-2h11.175l-2-2H7q-.3 0-.45-.275-.15-.275.05-.525l2-2.65q.15-.2.4-.2t.4.2l1.6 2.175.85-1.05L5 7.825V19Zm16-.825-2-2V5H7.825l-2-2H19q.825 0 1.413.587Q21 4.175 21 5Zm-7.525-7.525ZM10.6 13.425Z" }) }))); }); IconMaterialImageNotSupported.displayName = 'OnesyIconMaterialImageNotSupported'; exports.default = IconMaterialImageNotSupported;