UNPKG

phosphor-react-native

Version:
22 lines (20 loc) 766 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SpeakerSimpleHighIcon = exports.SpeakerSimpleHigh = void 0; var _iconBase = _interopRequireDefault(require("../lib/icon-base")); var _SpeakerSimpleHigh = _interopRequireDefault(require("../defs/SpeakerSimpleHigh")); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /* GENERATED FILE */ const I = ({ ...props }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_iconBase.default, { ...props, weights: _SpeakerSimpleHigh.default, name: "speaker-simple-high" }); /** @deprecated Use SpeakerSimpleHighIcon */ exports.SpeakerSimpleHighIcon = I; const SpeakerSimpleHigh = exports.SpeakerSimpleHigh = I;