@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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 IconMaterialBlindsClosedW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BlindsClosedW100Filled', short_name: 'BlindsClosed', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M14.675 20.65q-.4 0-.675-.275t-.275-.675H3.65q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1H5.3V5.8q0-.625.438-1.063Q6.175 4.3 6.8 4.3h10.4q.625 0 1.062.437.438.438.438 1.063V19h1.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-4.725q0 .4-.275.675t-.675.275ZM6 7.975h8.325V5H6.8q-.35 0-.575.225Q6 5.45 6 5.8Zm9.025 0H18V5.8q0-.35-.225-.575Q17.55 5 17.2 5h-2.175ZM6 11.65h8.325V8.675H6Zm9.025 0H18V8.675h-2.975ZM6 15.325h8.325V12.35H6Zm9.025 0H18V12.35h-2.975ZM6 19h8.325v-2.975H6Zm9.025 0H18v-2.975h-2.975Z" }) })));
});
IconMaterialBlindsClosedW100Filled.displayName = 'AmauiIconMaterialBlindsClosedW100Filled';
exports.default = IconMaterialBlindsClosedW100Filled;