@clearstory/drywall-react 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const c =
|
|
4
|
-
/* @__PURE__ */
|
|
5
|
-
"
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../createSvgIcon-Ca4QKiPt.js";
|
|
3
|
+
const c = o(
|
|
4
|
+
/* @__PURE__ */ r("svg", { viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ r("path", { d: "M11.105 22.206H3.011L3 15.177l8.115-7.884-.01 14.913ZM21 22.207h-7.878V1.793L21 9.678v12.529Z" }) }),
|
|
5
|
+
"Clearstory"
|
|
6
6
|
);
|
|
7
7
|
export {
|
|
8
8
|
c as ClearstoryIcon
|