UNPKG

@sanity/icons

Version:
26 lines (25 loc) 693 B
import { forwardRef } from "react"; import { jsx } from "react/jsx-runtime"; /** * @public */ const OlistIcon = /* @__PURE__ */ forwardRef(function(props, ref) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "olist", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref, children: /* @__PURE__ */ jsx("path", { d: "M10 7.5H19M10 12.5H19M10 17.5H19M5 18.5H7.5L7 17.5L7.5 16.5H5M5 6.5H6.5V8.5M5 8.5H6.5M6.5 8.5H8M8 13.5H6L7 11.5H5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); }); export { OlistIcon, OlistIcon as default }; //# sourceMappingURL=Olist.js.map