@react-spectrum/s2
Version:
Spectrum 2 UI components in React
33 lines (25 loc) • 1.84 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $g4crI$jsxs, jsx as $g4crI$jsx} from "react/jsx-runtime";
import {forwardRef as $g4crI$forwardRef} from "react";
const $e7ebf794ba8404dc$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $g4crI$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $g4crI$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10 12.75c-2.206 0-4-1.794-4-4V5c0-2.206 1.794-4 4-4s4 1.794 4 4v3.75c0 2.206-1.794 4-4 4M10 2.5C8.622 2.5 7.5 3.621 7.5 5v3.75c0 1.379 1.122 2.5 2.5 2.5s2.5-1.121 2.5-2.5V5c0-1.379-1.122-2.5-2.5-2.5"
}),
/*#__PURE__*/ (0, $g4crI$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.25 7.316c-.414 0-.75.336-.75.75v.684c0 3.032-2.467 5.5-5.5 5.5s-5.5-2.468-5.5-5.5v-.684c0-.414-.336-.75-.75-.75s-.75.336-.75.75v.684c0 3.606 2.742 6.583 6.25 6.959V17.5H6c-.414 0-.75.336-.75.75s.336.75.75.75h8c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-3.25v-1.791C14.258 15.333 17 12.356 17 8.75v-.684c0-.414-.336-.75-.75-.75"
})
]
});
const $e7ebf794ba8404dc$var$ForwardRef = /*#__PURE__*/ (0, $g4crI$forwardRef)($e7ebf794ba8404dc$var$SvgComponent);
var $e7ebf794ba8404dc$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($e7ebf794ba8404dc$var$ForwardRef);
export {$e7ebf794ba8404dc$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Microphone.mjs.map