@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.53 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $58Y5a$jsx} from "react/jsx-runtime";
import {forwardRef as $58Y5a$forwardRef} from "react";
const $430e7695b7841e86$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $58Y5a$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $58Y5a$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M2.5 18.25c-.192 0-.384-.073-.53-.22-.293-.293-.293-.767 0-1.06l15-15c.293-.293.767-.293 1.06 0s.293.767 0 1.06l-15 15c-.146.147-.338.22-.53.22M5.25 8.5C3.458 8.5 2 7.042 2 5.25S3.458 2 5.25 2 8.5 3.458 8.5 5.25 7.042 8.5 5.25 8.5m0-5c-.965 0-1.75.785-1.75 1.75S4.285 7 5.25 7 7 6.215 7 5.25 6.215 3.5 5.25 3.5M14.75 18c-1.792 0-3.25-1.458-3.25-3.25s1.458-3.25 3.25-3.25S18 12.958 18 14.75 16.542 18 14.75 18m0-5c-.965 0-1.75.785-1.75 1.75s.785 1.75 1.75 1.75 1.75-.785 1.75-1.75S15.715 13 14.75 13"
})
});
const $430e7695b7841e86$var$ForwardRef = /*#__PURE__*/ (0, $58Y5a$forwardRef)($430e7695b7841e86$var$SvgComponent);
var $430e7695b7841e86$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($430e7695b7841e86$var$ForwardRef);
export {$430e7695b7841e86$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Percentage.mjs.map