@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.44 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 IconMaterialBlurLinearFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BlurLinearFilled', short_name: 'BlurLinear', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 17.5q.65 0 1.075-.425Q6.5 16.65 6.5 16q0-.65-.425-1.075Q5.65 14.5 5 14.5q-.65 0-1.075.425Q3.5 15.35 3.5 16q0 .65.425 1.075Q4.35 17.5 5 17.5ZM9 13q.425 0 .713-.288Q10 12.425 10 12t-.287-.713Q9.425 11 9 11t-.712.287Q8 11.575 8 12t.288.712Q8.575 13 9 13Zm0-4q.425 0 .713-.288Q10 8.425 10 8t-.287-.713Q9.425 7 9 7t-.712.287Q8 7.575 8 8t.288.712Q8.575 9 9 9Zm-4 .5q.65 0 1.075-.425Q6.5 8.65 6.5 8q0-.65-.425-1.075Q5.65 6.5 5 6.5q-.65 0-1.075.425Q3.5 7.35 3.5 8q0 .65.425 1.075Q4.35 9.5 5 9.5Zm0 4q.65 0 1.075-.425Q6.5 12.65 6.5 12q0-.65-.425-1.075Q5.65 10.5 5 10.5q-.65 0-1.075.425Q3.5 11.35 3.5 12q0 .65.425 1.075Q4.35 13.5 5 13.5ZM9 17q.425 0 .713-.288Q10 16.425 10 16t-.287-.713Q9.425 15 9 15t-.712.287Q8 15.575 8 16t.288.712Q8.575 17 9 17Zm8-.5q.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-.363Q17.225 7.5 17 7.5q-.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.137ZM13 9q.425 0 .713-.288Q14 8.425 14 8t-.287-.713Q13.425 7 13 7t-.712.287Q12 7.575 12 8t.288.712Q12.575 9 13 9Zm0 4q.425 0 .713-.288Q14 12.425 14 12t-.287-.713Q13.425 11 13 11t-.712.287Q12 11.575 12 12t.288.712Q12.575 13 13 13Zm0 4q.425 0 .713-.288Q14 16.425 14 16t-.287-.713Q13.425 15 13 15t-.712.287Q12 15.575 12 16t.288.712Q12.575 17 13 17Zm-9 4q-.425 0-.712-.288Q3 20.425 3 20V4q0-.425.288-.713Q3.575 3 4 3h16q.425 0 .712.287Q21 3.575 21 4v16q0 .425-.288.712Q20.425 21 20 21Z" }) })));
});
IconMaterialBlurLinearFilled.displayName = 'AmauiIconMaterialBlurLinearFilled';
exports.default = IconMaterialBlurLinearFilled;