UNPKG

@sanity/icons

Version:
26 lines (25 loc) 771 B
import { forwardRef } from "react"; import { jsx } from "react/jsx-runtime"; /** * @public */ const AddCommentIcon = /* @__PURE__ */ forwardRef(function(props, ref) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "add-comment", 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: "M13 6.5H7.5C6.39543 6.5 5.5 7.39543 5.5 8.5V14.5C5.5 15.6046 6.39543 16.5 7.5 16.5H9.5V20.5L13.5 16.5H16.5C17.6046 16.5 18.5 15.6046 18.5 14.5V12M15 6.5H22M18.5 10V3", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); }); export { AddCommentIcon, AddCommentIcon as default }; //# sourceMappingURL=AddComment.js.map