@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.86 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 IconMaterialCelebrationW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CelebrationW100', short_name: 'Celebration', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5.575 19.325q-.45.175-.8-.175-.35-.35-.175-.8l2.075-5.775q.275-.775 1.088-.95.812-.175 1.387.4l2.75 2.75q.575.575.4 1.388-.175.812-.95 1.087Zm-.35-.625 5.85-2.075q.425-.15.525-.575.1-.425-.225-.75l-2.75-2.75q-.325-.325-.75-.225t-.575.525Zm7.6-6q-.125-.125-.125-.25t.125-.25l5.05-5.05q.675-.675 1.65-.675.975 0 1.65.675l.075.075q.1.1.113.225.012.125-.113.25-.1.125-.237.112-.138-.012-.238-.112l-.05-.05q-.5-.5-1.175-.5t-1.175.5L13.3 12.725q-.1.1-.225.1t-.25-.125Zm-3.1-3.1Q9.6 9.475 9.6 9.35t.125-.25l.35-.35q.6-.6.6-1.45t-.6-1.45L9.7 5.475q-.1-.1-.1-.225T9.725 5q.125-.125.25-.125t.25.125l.35.35q.8.8.8 1.95t-.8 1.95l-.375.375q-.1.1-.225.1t-.25-.125Zm1.55 1.55q-.125-.125-.125-.25t.125-.25l3.05-3.05q.5-.5.5-1.175t-.5-1.175L13.25 4.175q-.1-.1-.1-.225t.125-.25q.125-.125.25-.125t.25.125l1.05 1.05q.7.7.7 1.675 0 .975-.7 1.675l-3.075 3.075q-.1.1-.225.1t-.25-.125Zm3.1 3.1q-.125-.125-.125-.25t.125-.25l.3-.3q.825-.825 2-.825t2 .825l.325.325q.1.1.1.225t-.125.25q-.125.125-.25.125t-.25-.125l-.3-.3q-.625-.625-1.5-.625t-1.5.625l-.325.325q-.1.1-.225.1t-.25-.125Zm-9.15 4.45Z" }) })));
});
IconMaterialCelebrationW100.displayName = 'AmauiIconMaterialCelebrationW100';
exports.default = IconMaterialCelebrationW100;