@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 kB
JavaScript
;
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("@amaui/ui-react");
const IconMaterialBlindsClosed = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BlindsClosed', short_name: 'BlindsClosed', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15 22.75q-.725 0-1.238-.512-.512-.513-.512-1.238H3q-.425 0-.712-.288Q2 20.425 2 20t.288-.712Q2.575 19 3 19h1V5q0-.825.588-1.413Q5.175 3 6 3h12q.825 0 1.413.587Q20 4.175 20 5v14h1q.425 0 .712.288.288.287.288.712t-.288.712Q21.425 21 21 21h-4.25q0 .725-.512 1.238-.513.512-1.238.512ZM6 7h8V5H6Zm10 0h2V5h-2ZM6 11h8V9H6Zm10 0h2V9h-2ZM6 15h8v-2H6Zm10 0h2v-2h-2ZM6 19h8v-2H6Zm10 0h2v-2h-2Z" }) })));
});
IconMaterialBlindsClosed.displayName = 'AmauiIconMaterialBlindsClosed';
exports.default = IconMaterialBlindsClosed;