@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.6 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 IconMaterialBlindW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BlindW100', short_name: 'Blind', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.475 4.6q-.65 0-1.125-.475T9.875 3q0-.65.475-1.125t1.125-.475q.65 0 1.125.475T13.075 3q0 .65-.475 1.125t-1.125.475Zm.45 17.5q-.15 0-.25-.1t-.1-.25v-4.575l-2.55-3.55-.05 3.6q0 .2-.063.375-.062.175-.187.325l-3.1 3.875q-.1.125-.225.138-.125.012-.25-.088-.125-.1-.137-.225-.013-.125.087-.25l3.15-4-.55-4.025q-.2-1.2.025-2.725Q7.95 9.1 8.5 7.75L5.525 9.575V12.5q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V9.8q0-.3.138-.55.137-.25.387-.4l3.5-2.125q.425-.275.763-.375.337-.1.687-.1.4 0 .688.188.287.187.562.637l.825 1.35q.725 1.2 1.825 1.887 1.1.688 2.35.788.125 0 .2.112.075.113.075.238 0 .15-.1.25t-.25.1h-.525l4.35 9.7q.05.125 0 .262-.05.138-.175.188-.125.05-.275 0-.15-.05-.2-.175l-4.6-10.25q-1.125-.375-2.025-1.175-.9-.8-1.775-2.25-.6 1.5-.85 2.812-.25 1.313-.125 2.213l1.875 3.425q.075.125.1.25.025.125.025.275v4.675q0 .15-.1.25t-.25.1Z" }) })));
});
IconMaterialBlindW100.displayName = 'AmauiIconMaterialBlindW100';
exports.default = IconMaterialBlindW100;