UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 825 B
import { jsx as e } from "react/jsx-runtime"; import { memo as l } from "react"; function t(a) { return /* @__PURE__ */ e( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconScaleSmall16", "aria-hidden": "true", ...a, children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M11 6H8v4h3zm1 0v4h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm0 5h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2zm-9-1h4V6H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1", clipRule: "evenodd" } ) } ); } const n = l(t); export { n as default }; //# sourceMappingURL=IconScaleSmall16.es.js.map