@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.6 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $ecDaL$jsx} from "react/jsx-runtime";
import {forwardRef as $ecDaL$forwardRef} from "react";
const $7c1e5177198cc89d$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $ecDaL$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $ecDaL$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M13.125 9.513c-1.205 0-2.343-.512-3.524-1.287-2.167-1.423-4.273-1.278-6.088.42-.305.282-.778.266-1.06-.036-.284-.302-.267-.777.034-1.06 2.346-2.194 5.164-2.4 7.938-.578 2.082 1.368 3.592 1.626 6.054-.756.298-.287.773-.28 1.06.017s.28.773-.018 1.061c-1.646 1.592-3.062 2.219-4.396 2.219M13.125 14.262c-1.205 0-2.343-.512-3.524-1.287-2.164-1.423-4.27-1.28-6.09.42-.302.282-.776.267-1.059-.037-.283-.302-.266-.776.036-1.06 2.346-2.193 5.165-2.398 7.937-.577 2.082 1.367 3.592 1.627 6.054-.756.298-.287.773-.28 1.06.017s.28.773-.018 1.061c-1.646 1.592-3.062 2.219-4.396 2.219"
})
});
const $7c1e5177198cc89d$var$ForwardRef = /*#__PURE__*/ (0, $ecDaL$forwardRef)($7c1e5177198cc89d$var$SvgComponent);
var $7c1e5177198cc89d$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($7c1e5177198cc89d$var$ForwardRef);
export {$7c1e5177198cc89d$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Similar.mjs.map