UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBlindW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BlindW100", short_name: "Blind", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialBlindW100;