UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.7 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 IconMaterialBalanceW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BalanceW100Filled', short_name: 'Balance', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.65 19.85q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h8V7.825q-.725-.1-1.287-.625-.563-.525-.688-1.35H6.15l2.675 6.8q.1.225.113.512.012.288-.038.463-.275.75-1.025 1.238-.75.487-1.725.487-.975 0-1.725-.487-.75-.488-1.025-1.238-.05-.175-.038-.463.013-.287.113-.512l2.675-6.8h-1.5q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h5.025q.125-.825.763-1.413.637-.587 1.562-.587t1.562.587q.638.588.763 1.413h5.025q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-1.5l2.675 6.8q.1.225.113.512.012.288-.038.463-.275.75-1.025 1.238-.75.487-1.725.487-.975 0-1.725-.487-.75-.488-1.025-1.238-.05-.175-.038-.463.013-.287.113-.512l2.675-6.8h-3.525q-.125.825-.687 1.35-.563.525-1.288.625V19.15h8q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM15.8 13h4.1l-2.05-5.275ZM4.1 13h4.1L6.15 7.725ZM12 7.15q.675 0 1.163-.488.487-.487.487-1.162 0-.675-.487-1.163Q12.675 3.85 12 3.85t-1.162.487q-.488.488-.488 1.163t.488 1.162q.487.488 1.162.488Z" }) }))); }); IconMaterialBalanceW100Filled.displayName = 'AmauiIconMaterialBalanceW100Filled'; exports.default = IconMaterialBalanceW100Filled;