UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 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 IconMaterialBiaW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BiaW100Filled', short_name: 'Bia', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280 482h179q-14-13-21.5-29t-7.5-37q0-11 2.25-21t6.75-19H312q-14 0-23 9t-9 23v74Zm349.009 20Q691 502 745.5 485.5T800 416q0-53-54.509-69.5t-116.5-16.5Q567 330 512.5 346.5T458 416q0 53 54.509 69.5t116.5 16.5ZM192 844q-24.75 0-42.375-17.625T132 784V542q0-24.75 17.625-42.375T192 482h60v-74q0-24.75 17.625-42.375T312 348h149q29-25 74.626-35.5Q581.252 302 629 302q73 0 136 25.5t63 88.5v368q0 24.75-17.625 42.375T768 844H614V736q0-5.95-4.035-9.975-4.035-4.025-10-4.025T590 726.025q-4 4.025-4 9.975v108H454V736q0-5.95-4.035-9.975-4.035-4.025-10-4.025T430 726.025q-4 4.025-4 9.975v108H294V736q0-5.95-4.035-9.975-4.035-4.025-10-4.025T270 726.025q-4 4.025-4 9.975v108h-74Z" }) }))); }); IconMaterialBiaW100Filled.displayName = 'AmauiIconMaterialBiaW100Filled'; exports.default = IconMaterialBiaW100Filled;