@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.22 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 IconMaterialBlurShortW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BlurShortW100', short_name: 'BlurShort', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.25 15.65q1.5 0 2.575-1.075Q18.9 13.5 18.9 12q0-1.5-1.075-2.575Q16.75 8.35 15.25 8.35q-1.5 0-2.575 1.075Q11.6 10.5 11.6 12q0 1.5 1.075 2.575 1.075 1.075 2.575 1.075Zm0 .7q-1.575 0-2.9-1.088-1.325-1.087-1.45-2.912H6.95q-.15 0-.25-.1T6.6 12q0-.15.1-.25t.25-.1h3.95q.075-.925.563-1.813.487-.887 1.412-1.487H5q-.15 0-.25-.1T4.65 8q0-.15.1-.25t.25-.1h10.25q1.8 0 3.075 1.275Q19.6 10.2 19.6 12q0 1.8-1.275 3.075-1.275 1.275-3.075 1.275Z" }) })));
});
IconMaterialBlurShortW100.displayName = 'AmauiIconMaterialBlurShortW100';
exports.default = IconMaterialBlurShortW100;