@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.4 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 IconMaterialBlurLinearW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BlurLinearW100Filled', short_name: 'BlurLinear', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.25 17.1q.45 0 .775-.325T6.35 16q0-.45-.325-.775T5.25 14.9q-.45 0-.775.325T4.15 16q0 .45.325.775t.775.325Zm4-4.3q.35 0 .575-.225.225-.225.225-.575t-.225-.575Q9.6 11.2 9.25 11.2t-.575.225q-.225.225-.225.575t.225.575q.225.225.575.225Zm0-4q.35 0 .575-.225.225-.225.225-.575t-.225-.575Q9.6 7.2 9.25 7.2t-.575.225Q8.45 7.65 8.45 8t.225.575q.225.225.575.225Zm-4 .3q.45 0 .775-.325T6.35 8q0-.45-.325-.775T5.25 6.9q-.45 0-.775.325T4.15 8q0 .45.325.775t.775.325Zm0 4q.45 0 .775-.325T6.35 12q0-.45-.325-.775T5.25 10.9q-.45 0-.775.325T4.15 12q0 .45.325.775t.775.325Zm4 3.7q.35 0 .575-.225.225-.225.225-.575t-.225-.575Q9.6 15.2 9.25 15.2t-.575.225q-.225.225-.225.575t.225.575q.225.225.575.225Zm8-.3q.225 0 .363-.137.137-.138.137-.363 0-.225-.137-.363-.138-.137-.363-.137-.225 0-.362.137-.138.138-.138.363 0 .225.138.363.137.137.362.137Zm0-8q.225 0 .363-.137.137-.138.137-.363 0-.225-.137-.363-.138-.137-.363-.137-.225 0-.362.137-.138.138-.138.363 0 .225.138.363.137.137.362.137Zm0 4q.225 0 .363-.137.137-.138.137-.363 0-.225-.137-.363-.138-.137-.363-.137-.225 0-.362.137-.138.138-.138.363 0 .225.138.363.137.137.362.137Zm-4-3.7q.35 0 .575-.225.225-.225.225-.575t-.225-.575Q13.6 7.2 13.25 7.2t-.575.225q-.225.225-.225.575t.225.575q.225.225.575.225Zm0 4q.35 0 .575-.225.225-.225.225-.575t-.225-.575q-.225-.225-.575-.225t-.575.225q-.225.225-.225.575t.225.575q.225.225.575.225Zm0 4q.35 0 .575-.225.225-.225.225-.575t-.225-.575q-.225-.225-.575-.225t-.575.225q-.225.225-.225.575t.225.575q.225.225.575.225ZM4 20.35q-.15 0-.25-.1t-.1-.25V4q0-.15.1-.25t.25-.1h16q.15 0 .25.1t.1.25v16q0 .15-.1.25t-.25.1Z" }) })));
});
IconMaterialBlurLinearW100Filled.displayName = 'AmauiIconMaterialBlurLinearW100Filled';
exports.default = IconMaterialBlurLinearW100Filled;