@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.41 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $1N6Ae$jsx} from "react/jsx-runtime";
import {forwardRef as $1N6Ae$forwardRef} from "react";
const $96e02ad7bc397a07$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1N6Ae$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $1N6Ae$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.25 4.5H3.75c-.414 0-.75-.336-.75-.75S3.336 3 3.75 3h12.5c.414 0 .75.336.75.75s-.336.75-.75.75M14.5 8.5h-9c-.414 0-.75-.336-.75-.75S5.086 7 5.5 7h9c.414 0 .75.336.75.75s-.336.75-.75.75M16.25 12.5H3.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h12.5c.414 0 .75.336.75.75s-.336.75-.75.75M14.5 16.5h-9c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h9c.414 0 .75.336.75.75s-.336.75-.75.75"
})
});
const $96e02ad7bc397a07$var$ForwardRef = /*#__PURE__*/ (0, $1N6Ae$forwardRef)($96e02ad7bc397a07$var$SvgComponent);
var $96e02ad7bc397a07$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($96e02ad7bc397a07$var$ForwardRef);
export {$96e02ad7bc397a07$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=TextAlignCenter.mjs.map