UNPKG

@sanity/icons

Version:
32 lines (31 loc) 1.12 kB
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function ApiIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "api", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [ /* @__PURE__ */ jsx("path", { d: "M5.93047 13.2107L6.66782 10.3728H6.73089L7.45854 13.2107H5.93047ZM8.17164 16H9.66089L7.56041 9H5.93047L3.82999 16H5.20767L5.65396 14.2876H7.73505L8.17164 16Z", fill: "currentColor" }), /* @__PURE__ */ jsx("path", { d: "M10.5389 9V16H11.9166V13.7782H13.0323C14.541 13.7782 15.5015 12.8517 15.5015 11.3964C15.5015 9.92654 14.5701 9 13.1003 9H10.5389ZM11.9166 10.1303H12.751C13.6533 10.1303 14.1044 10.5475 14.1044 11.3867C14.1044 12.2308 13.6533 12.6431 12.751 12.6431H11.9166V10.1303Z", fill: "currentColor" }), /* @__PURE__ */ jsx("path", { d: "M21.1675 16V14.8164H19.717V10.1836H21.1675V9H16.8889V10.1836H18.3393V14.8164H16.8889V16H21.1675Z", fill: "currentColor" }) ] }); } export { ApiIcon, ApiIcon as default }; //# sourceMappingURL=Api.js.map