UNPKG

@sanity/icons

Version:
24 lines (23 loc) 532 B
import { jsx } from "react/jsx-runtime"; /** * @public */ function TextIcon(props) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "text", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M7.5 9V6.5H17.5V9M12.5 18.5V6.5M10 18.5H15", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); } export { TextIcon, TextIcon as default }; //# sourceMappingURL=Text.js.map