@sanity/icons
Version:
The Sanity icons.
24 lines (23 loc) • 834 B
JavaScript
import { jsx } from "react/jsx-runtime";
/**
* @public
*/
function HighlightIcon(props) {
return /* @__PURE__ */ jsx("svg", {
"data-sanity-icon": "highlight",
width: "1em",
height: "1em",
viewBox: "0 0 25 25",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsx("path", {
d: "M17.5311 13.7141L8.02451 8.22547M17.5311 13.7141L20.25 9.00478M17.5311 13.7141L16.5 15.5L13.232 16.134L12 18L11.4142 17.6485M8.02451 8.22547L10.75 3.50479M8.02451 8.22547L6.99999 9.99998L7.99999 13L6.99999 15L7.58576 15.3514M7.58576 15.3514L4.90192 20L10.0566 20L11.4142 17.6485M7.58576 15.3514L11.4142 17.6485M13 20H20",
stroke: "currentColor",
strokeWidth: 1.2,
strokeLinejoin: "round"
})
});
}
export { HighlightIcon, HighlightIcon as default };
//# sourceMappingURL=Highlight.js.map