UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialImageNotSupportedFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ImageNotSupportedFilled', short_name: 'ImageNotSupported', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m19.775 22.6-1.6-1.6H5q-.825 0-1.413-.587Q3 19.825 3 19V5.8L1.4 4.2q-.275-.275-.275-.7 0-.425.275-.7.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-.287ZM7 17h7.175l-2.325-2.325-.85 1.05-1.6-2.175q-.15-.2-.4-.2t-.4.2l-2 2.65q-.2.25-.05.525Q6.7 17 7 17Zm14 1.175L5.825 3H19q.825 0 1.413.587Q21 4.175 21 5Z" }) }))); }); IconMaterialImageNotSupportedFilled.displayName = 'OnesyIconMaterialImageNotSupportedFilled'; exports.default = IconMaterialImageNotSupportedFilled;