UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.09 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 IconMaterialAnimationW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AnimationW100Filled', short_name: 'Animation', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9 20.7q-1.2 0-2.225-.45-1.025-.45-1.8-1.225-.775-.775-1.225-1.8Q3.3 16.2 3.3 15q0-1.7.913-3.138.912-1.437 2.537-2.112.45-1.05 1.213-1.812.762-.763 1.787-1.188.675-1.575 2.062-2.513Q13.2 3.3 15 3.3q1.2 0 2.225.45 1.025.45 1.8 1.225.775.775 1.225 1.8Q20.7 7.8 20.7 9q0 1.775-.9 3.15t-2.55 2.1q-.45 1.05-1.2 1.8t-1.8 1.2q-.675 1.575-2.062 2.512Q10.8 20.7 9 20.7Zm.05-.7q1.2 0 2.425-.625 1.225-.625 1.875-1.825-1.55.35-2.937-.112Q9.025 16.975 8.025 16q-1-1-1.463-2.375Q6.1 12.25 6.45 10.7q-1.175.675-1.812 1.862Q4 13.75 4 15q0 1.05.4 1.962.4.913 1.075 1.588.7.675 1.613 1.063Q8 20 9.05 20ZM12 17q1.625 0 2.738-.775 1.112-.775 1.612-1.675-1.55.35-2.937-.112-1.388-.463-2.388-1.438-1-1-1.463-2.375Q9.1 9.25 9.45 7.7q-.975.575-1.687 1.7-.713 1.125-.713 2.6 0 1.05.388 1.95.387.9 1.062 1.575.675.7 1.562 1.088Q10.95 17 12 17Zm3.05-3q.45 0 .862-.075.413-.075.838-.225.55-1.5.163-2.888-.388-1.387-1.338-2.337-.95-.95-2.337-1.338-1.388-.387-2.888.163-.15.425-.225.837-.075.413-.075.863 0 1.05.388 1.95.387.9 1.087 1.575.675.7 1.575 1.088.9.387 1.95.387Zm2.55-.7q1.1-.65 1.75-1.688Q20 10.575 20 9q0-1.05-.387-1.95-.388-.9-1.088-1.575-.675-.7-1.575-1.088Q16.05 4 15 4q-1.4 0-2.487.662-1.088.663-1.813 1.788 1.55-.35 2.937.112 1.388.463 2.388 1.438 1 1 1.463 2.375.462 1.375.112 2.925Z" }) }))); }); IconMaterialAnimationW100Filled.displayName = 'AmauiIconMaterialAnimationW100Filled'; exports.default = IconMaterialAnimationW100Filled;