UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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 IconMaterialAzmW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AzmW100', short_name: 'Azm', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M502.956 840.044Q489 854 470.5 846.344 452 838.688 452 819V636q0-14-9-23t-23-9H237q-19.688 0-27.344-18.5-7.656-18.5 6.3-32.456L442.92 326.08Q451 318 462.278 313T486 308h202q24.75 0 42.375 17.625T748 368v202q0 12.444-5 23.722t-13.08 19.358L502.956 840.044ZM614 502v187l106-106V368q0-14-9-23t-23-9H473L367 442h187q25.5 0 42.75 17.25T614 502ZM480 636v187l106-106V502q0-14-9-23t-23-9H339L233 576h187q25.5 0 42.75 17.25T480 636Z" }) }))); }); IconMaterialAzmW100.displayName = 'AmauiIconMaterialAzmW100'; exports.default = IconMaterialAzmW100;