UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.39 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("@onesy/ui-react"); const IconMaterialBalanceW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BalanceW100', short_name: 'Balance', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M146-172q-6 0-10-4t-4-10q0-6 4-10t10-4h320v-441q-29-4-51.5-25T387-720H246l107 273q4 9 4 18.5t-2 18.5q-9 34-42.5 52T246-340q-33 0-66.5-18T137-410q-2-9-2-18.5t4-18.5l107-273h-60q-6 0-10-4t-4-10q0-6 4-10t10-4h201q5-33 30.5-56.5T480-828q37 0 62.5 23.5T573-748h201q6 0 10 4t4 10q0 6-4 10t-10 4h-60l107 273q4 9 4 18.5t-2 18.5q-9 34-42.5 52T714-340q-33 0-66.5-18T605-410q-2-9-2-18.5t4-18.5l107-273H573q-5 33-27.5 54T494-641v441h320q6 0 10 4t4 10q0 6-4 10t-10 4H146Zm486-262h164l-82-209-82 209Zm-468 0h164l-82-209-82 209Zm316-234q27 0 46.5-19.5T546-734q0-27-19.5-46.5T480-800q-27 0-46.5 19.5T414-734q0 27 19.5 46.5T480-668Z" }) }))); }); IconMaterialBalanceW100.displayName = 'OnesyIconMaterialBalanceW100'; exports.default = IconMaterialBalanceW100;