@sanity/icons
Version:
The Sanity icons.
36 lines (35 loc) • 982 B
JavaScript
import { jsx, jsxs } from "react/jsx-runtime";
/**
* @public
*/
function DocumentWordIcon(props) {
return /* @__PURE__ */ jsxs("svg", {
"data-sanity-icon": "document-word",
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.4699 13.4588H12.5263L13.6328 17H14.5435L16 12H14.9952L14.0656 15.7214H14.0129L12.929 12H12.0672L10.9984 15.7214H10.9419L10.0124 12H9L10.4565 17H11.371L12.4699 13.4588Z",
fill: "currentColor"
}),
/* @__PURE__ */ jsx("path", {
d: "M11.5 4.5V9.5H6.5",
stroke: "currentColor",
strokeWidth: 1.2,
strokeLinejoin: "round"
}),
/* @__PURE__ */ jsx("path", {
d: "M11.5 4.5H18.5V20.5H6.5V9.5L11.5 4.5Z",
stroke: "currentColor",
strokeWidth: 1.2,
strokeLinejoin: "round"
})
]
});
}
export { DocumentWordIcon, DocumentWordIcon as default };
//# sourceMappingURL=DocumentWord.js.map