@sanity/icons
Version:
The Sanity icons.
25 lines (24 loc) • 928 B
JavaScript
import { jsx } from "react/jsx-runtime";
/**
* @public
*/
function ComposeSparklesIcon(props) {
return /* @__PURE__ */ jsx("svg", {
"data-sanity-icon": "compose-sparkles",
width: "1em",
height: "1em",
viewBox: "0 0 25 25",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: /* @__PURE__ */ jsx("path", {
d: "M11 3.5V5M11 5V6.5M11 5H12.5M11 5H9.5M17 9L9.5 16.5L9 19L11.5 18.5L19 11M17 9L19 7L21 9L19 11M17 9L19 11M4.5 10C4.5 10 5.72308 9.87692 6.3 9.3C6.87692 8.72308 7 7.5 7 7.5C7 7.5 7.12308 8.72308 7.7 9.3C8.27692 9.87692 9.5 10 9.5 10C9.5 10 8.27692 10.1231 7.7 10.7C7.12308 11.2769 7 12.5 7 12.5C7 12.5 6.87692 11.2769 6.3 10.7C5.72308 10.1231 4.5 10 4.5 10Z",
stroke: "currentColor",
strokeWidth: 1.2,
strokeLinecap: "round",
strokeLinejoin: "round"
})
});
}
export { ComposeSparklesIcon, ComposeSparklesIcon as default };
//# sourceMappingURL=ComposeSparkles.js.map