@react-spectrum/s2
Version:
Spectrum 2 UI components in React
33 lines (25 loc) • 1.67 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $67zxB$jsxs, jsx as $67zxB$jsx} from "react/jsx-runtime";
import {forwardRef as $67zxB$forwardRef} from "react";
const $79855e79d5c8c405$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $67zxB$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $67zxB$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M15.75 18H4.25C3.01 18 2 16.99 2 15.75V4.25C2 3.01 3.01 2 4.25 2h11.5C16.99 2 18 3.01 18 4.25v11.5c0 1.24-1.01 2.25-2.25 2.25M4.25 3.5c-.413 0-.75.337-.75.75v11.5c0 .413.337.75.75.75h11.5c.413 0 .75-.337.75-.75V4.25c0-.413-.337-.75-.75-.75z"
}),
/*#__PURE__*/ (0, $67zxB$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "m13.073 9.12-4.6-2.473C7.807 6.289 7 6.772 7 7.527v4.945c0 .756.807 1.239 1.473.881l4.6-2.472c.702-.378.702-1.384 0-1.762"
})
]
});
const $79855e79d5c8c405$var$ForwardRef = /*#__PURE__*/ (0, $67zxB$forwardRef)($79855e79d5c8c405$var$SvgComponent);
var $79855e79d5c8c405$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($79855e79d5c8c405$var$ForwardRef);
export {$79855e79d5c8c405$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Video.mjs.map