UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.78 kB
"use strict"; 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 IconMaterialCelebrationW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CelebrationW100Filled', 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.087Zm7.25-6.625q-.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-.225.125t-.25-.125l-.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-.125Z" }) }))); }); IconMaterialCelebrationW100Filled.displayName = 'AmauiIconMaterialCelebrationW100Filled'; exports.default = IconMaterialCelebrationW100Filled;