UNPKG

@sanity/icons

Version:
24 lines (23 loc) 867 B
import { jsx } from "react/jsx-runtime"; /** * @public */ function TagsIcon(props) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "tags", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.1562 7.93179L13.9717 6.11633L20.3553 12.5L13.9717 18.8836L10.6855 18.8836M11.0283 18.8836L17.4119 12.5L11.0283 6.11633L4.64462 12.5L4.64462 18.8836L11.0283 18.8836ZM9.75153 15.0534C9.75153 15.7585 9.17992 16.3302 8.47481 16.3302C7.76969 16.3302 7.19808 15.7585 7.19808 15.0534C7.19808 14.3483 7.76969 13.7767 8.47481 13.7767C9.17992 13.7767 9.75153 14.3483 9.75153 15.0534Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); } export { TagsIcon, TagsIcon as default }; //# sourceMappingURL=Tags.js.map