@benefex/icons 0.0.9 → 0.1.0-PR15-BN428
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.
- package/dist/CircleQuestionLight.js +1 -1
- package/dist/CircleQuestionRegular.js +1 -1
- package/dist/CircleQuestionSolid.js +1 -1
- package/dist/CircleQuestionThin.js +1 -1
- package/dist/OhCrownCrossLight.d.ts +4 -0
- package/dist/OhCrownCrossLight.js +6 -0
- package/dist/OhCrownCrossRegular.d.ts +4 -0
- package/dist/OhCrownCrossRegular.js +6 -0
- package/dist/OhCrownCrossThin.d.ts +4 -0
- package/dist/OhCrownCrossThin.js +6 -0
- package/dist/OhCrownLight.d.ts +4 -0
- package/dist/OhCrownLight.js +5 -0
- package/dist/OhCrownRegular.d.ts +4 -0
- package/dist/OhCrownRegular.js +5 -0
- package/dist/OhCrownThin.d.ts +4 -0
- package/dist/OhCrownThin.js +5 -0
- package/dist/OhReactionCelebrate.d.ts +4 -0
- package/dist/OhReactionCelebrate.js +32 -0
- package/dist/OhReactionHeart.d.ts +4 -0
- package/dist/OhReactionHeart.js +10 -0
- package/dist/OhReactionThumb.d.ts +4 -0
- package/dist/OhReactionThumb.js +10 -0
- package/dist/OhReactionTrophy.d.ts +4 -0
- package/dist/OhReactionTrophy.js +22 -0
- package/dist/OhRemoveFlagLight.d.ts +4 -0
- package/dist/OhRemoveFlagLight.js +6 -0
- package/dist/OhRemoveFlagRegular.d.ts +4 -0
- package/dist/OhRemoveFlagRegular.js +6 -0
- package/dist/OhRemoveFlagThin.d.ts +4 -0
- package/dist/OhRemoveFlagThin.js +6 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +13 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
const CircleQuestionLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
3
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
-
React.createElement("path", { d: "M480 256a224 224 0 1 0-448 0 224 224 0 1 0 448 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m168.7-86.2c6.5-24.6 28.7-41.8 54.2-41.8H280c35.5 0 64 29 64 64.3 0 24-13.4 46.2-34.9 57.2L272 268.3V288c0 8.8-7.2 16-16 16s-16-7.2-16-16v-29.5c0-6 3.4-11.5 8.7-14.3l45.8-23.4c10.7-5.4 17.5-16.6 17.5-28.7 0-17.8-14.4-32.3-32-32.3h-57.1c-10.9 0-20.5 7.4-23.2 17.9l-.2.7c-2.2 8.5-11 13.7-19.5 11.4s-13.7-11-11.4-19.5l.2-.7zM232 352a24 24 0 1 1 48 0 24 24 0 1 1-48 0" })));
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M480 256a224 224 0 1 0-448 0 224 224 0 1 0 448 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m168.7-86.2c6.5-24.6 28.7-41.8 54.2-41.8H280c35.5 0 64 29 64 64.3 0 24-13.4 46.2-34.9 57.2L272 268.3V288c0 8.8-7.2 16-16 16s-16-7.2-16-16v-29.5c0-6 3.4-11.5 8.7-14.3l45.8-23.4c10.7-5.4 17.5-16.6 17.5-28.7 0-17.8-14.4-32.3-32-32.3h-57.1c-10.9 0-20.5 7.4-23.2 17.9l-.2.7c-2.2 8.5-11 13.7-19.5 11.4s-13.7-11-11.4-19.5l.2-.7zM232 352a24 24 0 1 1 48 0 24 24 0 1 1-48 0" })));
|
|
5
5
|
export default CircleQuestionLight;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
const CircleQuestionRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
3
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
-
React.createElement("path", { d: "M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0" })));
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0" })));
|
|
5
5
|
export default CircleQuestionRegular;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
const CircleQuestionSolid = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
3
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
-
React.createElement("path", { d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-86.2-346.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0" })));
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-86.2-346.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1 0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6-13.3 0-24-10.7-24-24v-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1 0-8.4-6.8-15.1-15.1-15.1h-58.3c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1-64 0" })));
|
|
5
5
|
export default CircleQuestionSolid;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
const CircleQuestionThin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
|
|
3
3
|
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
-
React.createElement("path", { d: "M496 256a240 240 0 1 0-480 0 240 240 0 1 0 480 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m168-56c0-30.9 25.1-56 56-56h56.2c35.2 0 63.8 28.6 63.8 63.8 0 21.4-10.8 41.5-28.7 53.3L264 294.9V320c0 4.4-3.6 8-8 8s-8-3.6-8-8v-29.5c0-2.7 1.4-5.2 3.6-6.7l54.9-36.2c13.4-8.8 21.5-23.8 21.5-39.9 0-26.4-21.4-47.8-47.8-47.8l-56.2.1c-22.1 0-40 17.9-40 40v6.5c0 4.4-3.6 8-8 8s-8-3.6-8-8zm72 168a16 16 0 1 1 32 0 16 16 0 1 1-32 0" })));
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M496 256a240 240 0 1 0-480 0 240 240 0 1 0 480 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m168-56c0-30.9 25.1-56 56-56h56.2c35.2 0 63.8 28.6 63.8 63.8 0 21.4-10.8 41.5-28.7 53.3L264 294.9V320c0 4.4-3.6 8-8 8s-8-3.6-8-8v-29.5c0-2.7 1.4-5.2 3.6-6.7l54.9-36.2c13.4-8.8 21.5-23.8 21.5-39.9 0-26.4-21.4-47.8-47.8-47.8l-56.2.1c-22.1 0-40 17.9-40 40v6.5c0 4.4-3.6 8-8 8s-8-3.6-8-8zm72 168a16 16 0 1 1 32 0 16 16 0 1 1-32 0" })));
|
|
5
5
|
export default CircleQuestionThin;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhCrownCrossLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", d: "M19.38 1.666.658 14.678" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.194 7.798a1 1 0 0 0 1.394.253L18 5.68v7.82a.5.5 0 0 1-.5.5H4.27l-1.439 1H17.5a1.5 1.5 0 0 0 1.5-1.5V4.723a.5.5 0 0 0-.785-.41L14.84 6.658l-.822.572-.003-.003zM12.162 6.08l.823-.572-2.556-4.265a.5.5 0 0 0-.858 0L6.498 6.371l-.515.86-.823-.573-3.375-2.345a.5.5 0 0 0-.785.41V13.5q0 .162.033.314L2 13.142V5.68l3.412 2.37a1 1 0 0 0 1.428-.307L10 2.473z", clipRule: "evenodd" })));
|
|
6
|
+
export default OhCrownCrossLight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhCrownCrossRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 21 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M19.317 2.014 1.006 14.741" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.784 8.083a1.5 1.5 0 0 0 2.09.379L17.5 6.636V13.5H4.99L2.83 15H17.5a1.5 1.5 0 0 0 1.5-1.5V4.723a.5.5 0 0 0-.785-.41l-.591.41-.12.084-.004.002-2.248 1.563-1.235.858-.002-.003-1.232.856ZM11.75 6.366l1.235-.858-2.556-4.265a.5.5 0 0 0-.858 0L6.755 5.941l-.772 1.29-1.235-.859L2.5 4.81l-.004-.002-.12-.084-.59-.41a.5.5 0 0 0-.786.41V13.5q0 .162.033.314l1.467-1.02V6.637l2.626 1.826a1.5 1.5 0 0 0 2.143-.46L10 3.445z", clipRule: "evenodd" })));
|
|
6
|
+
export default OhCrownCrossRegular;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhCrownCrossThin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 0.5, d: "M19.443 1.318.31 14.616" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.589 7.487a.5.5 0 0 0 .714.154L18.5 4.723V13.5a1 1 0 0 1-1 1H2.675l-.622.432q.212.067.447.068h15a1.5 1.5 0 0 0 1.5-1.5V4.723a.5.5 0 0 0-.785-.41l-3.786 2.631-.412.286-.257-.43-.002-.003-.412.286zm-1.016-1.693.412-.286-2.556-4.265a.5.5 0 0 0-.858 0l-3.33 5.558-.258.43-.412-.287-3.786-2.631a.5.5 0 0 0-.785.41V13.5q0 .162.033.314l.467-.324V4.723l4.197 2.918a.5.5 0 0 0 .714-.154L10 1.5z", clipRule: "evenodd" })));
|
|
6
|
+
export default OhCrownCrossThin;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhCrownLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M13.589 7.487a.5.5 0 0 0 .714.154L18.5 4.723V13.5a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1V4.723l4.197 2.918a.5.5 0 0 0 .714-.154L10 1.5z" })));
|
|
5
|
+
export default OhCrownLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhCrownRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M13.374 7.616a.75.75 0 0 0 1.072.23l3.804-2.645V13.5a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75V5.201l3.804 2.645a.75.75 0 0 0 1.072-.23L10 1.986z" })));
|
|
5
|
+
export default OhCrownRegular;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhCrownThin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.5, d: "M13.803 7.359a.25.25 0 0 0 .357.077l4.197-2.918a.25.25 0 0 1 .393.205V13.5c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V4.723a.25.25 0 0 1 .393-.205L5.84 7.436a.25.25 0 0 0 .357-.077L9.786 1.37a.25.25 0 0 1 .428 0z" })));
|
|
5
|
+
export default OhCrownThin;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhReactionCelebrate = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "#EACC8A", d: "M4.196 15.924c-1.312.398-2.53-.84-2.112-2.145l2.718-8.481a.193.193 0 0 1 .361-.017l.075.174c.778 3.37 3.524 6.5 7.267 7.611a.187.187 0 0 1-.027.348z" }),
|
|
5
|
+
React.createElement("path", { fill: "url(#oh-reaction-celebrate_svg__a)", d: "M4.196 15.924c-1.312.398-2.53-.84-2.112-2.145l2.718-8.481a.193.193 0 0 1 .361-.017l.075.174c.778 3.37 3.524 6.5 7.267 7.611a.187.187 0 0 1-.027.348z" }),
|
|
6
|
+
React.createElement("path", { fill: "#EACC8A", d: "M13.392 12.97c-1.096 1.095-3.829.14-6.104-2.136-2.275-2.275-3.23-5.008-2.135-6.104s3.829-.14 6.104 2.135 3.23 5.008 2.135 6.104Z" }),
|
|
7
|
+
React.createElement("path", { fill: "url(#oh-reaction-celebrate_svg__b)", d: "M13.392 12.97c-1.096 1.095-3.829.14-6.104-2.136-2.275-2.275-3.23-5.008-2.135-6.104s3.829-.14 6.104 2.135 3.23 5.008 2.135 6.104Z" }),
|
|
8
|
+
React.createElement("path", { fill: "#826E70", fillOpacity: 0.33, d: "M13.392 12.97c-1.096 1.095-3.829.14-6.104-2.136-2.275-2.275-3.23-5.008-2.135-6.104s3.829-.14 6.104 2.135 3.23 5.008 2.135 6.104Z" }),
|
|
9
|
+
React.createElement("path", { fill: "#693F44", fillRule: "evenodd", d: "M4.82 5.255q.113-.303.333-.525c1.096-1.096 3.829-.14 6.104 2.135s3.23 5.008 2.135 6.104a1.56 1.56 0 0 1-.864.422.2.2 0 0 1-.05.023l-8.282 2.51c-1.312.398-2.53-.84-2.112-2.145l2.718-8.481a.2.2 0 0 1 .019-.043Zm7.865 7.007c-.122.122-.564.312-1.573-.04-.934-.327-2.062-1.04-3.117-2.095S6.227 7.944 5.9 7.01C5.548 6 5.738 5.56 5.86 5.437c.122-.122.564-.312 1.573.04.934.327 2.062 1.04 3.117 2.095s1.768 2.184 2.095 3.118c.352 1.008.162 1.45.04 1.572m-2.367.72c-.983-.431-2.05-1.167-3.03-2.148-1.022-1.022-1.777-2.136-2.2-3.152l-2.052 6.402a.7.7 0 0 0 .87.883l6.456-1.957z", clipRule: "evenodd" }),
|
|
10
|
+
React.createElement("path", { fill: "#FFC700", fillRule: "evenodd", d: "M12.175.705a.5.5 0 0 1-.114.698l-.672.483a.92.92 0 0 0-.357.953l.005.02a1.89 1.89 0 0 1-.758 1.975.5.5 0 0 1-.572-.82.89.89 0 0 0 .356-.927l-.005-.021a1.92 1.92 0 0 1 .747-1.992l.672-.483a.5.5 0 0 1 .697.114Z", clipRule: "evenodd" }),
|
|
11
|
+
React.createElement("path", { fill: "url(#oh-reaction-celebrate_svg__c)", fillOpacity: 0.5, fillRule: "evenodd", d: "M12.175.705a.5.5 0 0 1-.114.698l-.672.483a.92.92 0 0 0-.357.953l.005.02a1.89 1.89 0 0 1-.758 1.975.5.5 0 0 1-.572-.82.89.89 0 0 0 .356-.927l-.005-.021a1.92 1.92 0 0 1 .747-1.992l.672-.483a.5.5 0 0 1 .697.114Z", clipRule: "evenodd" }),
|
|
12
|
+
React.createElement("path", { fill: "#FFC700", fillRule: "evenodd", d: "M16.33 6.422a.5.5 0 0 0-.706.03l-.13.142a.59.59 0 0 1-.582.173 1.59 1.59 0 0 0-1.69.618l-.184.259a.5.5 0 1 0 .813.581l.185-.259a.59.59 0 0 1 .629-.23 1.59 1.59 0 0 0 1.567-.467l.13-.14a.5.5 0 0 0-.032-.707", clipRule: "evenodd" }),
|
|
13
|
+
React.createElement("path", { fill: "url(#oh-reaction-celebrate_svg__d)", fillOpacity: 0.5, fillRule: "evenodd", d: "M16.33 6.422a.5.5 0 0 0-.706.03l-.13.142a.59.59 0 0 1-.582.173 1.59 1.59 0 0 0-1.69.618l-.184.259a.5.5 0 1 0 .813.581l.185-.259a.59.59 0 0 1 .629-.23 1.59 1.59 0 0 0 1.567-.467l.13-.14a.5.5 0 0 0-.032-.707", clipRule: "evenodd" }),
|
|
14
|
+
React.createElement("path", { fill: "url(#oh-reaction-celebrate_svg__e)", d: "M6.912 4.804a.53.53 0 0 1 0-.72l.281-.25a3.57 3.57 0 0 0 1-2.093l.094-.844A.486.486 0 0 1 8.818.46c.281.031.469.25.438.531l-.094.875c-.094 1-.563 1.938-1.281 2.688l-.25.25a.53.53 0 0 1-.72 0Zm6.186 5.807.282-.25c.718-.718 1.656-1.187 2.656-1.28l.875-.095a.5.5 0 0 1 .562.438c.032.25-.187.5-.468.531l-.844.094a3.57 3.57 0 0 0-2.094 1l-.25.281c-.187.188-.5.188-.719 0-.187-.219-.187-.531 0-.719M17.618.435c.157.218.157.53-.062.718l-.313.25a2.3 2.3 0 0 1-1.5.532c-.656-.032-1.187.468-1.25 1.125l-.031.937c-.094 1.219-1.094 2.125-2.281 2.094-.281 0-.594.094-.813.281l-.312.281c-.219.157-.531.157-.719-.062a.57.57 0 0 1 .063-.719l.312-.25a2.44 2.44 0 0 1 1.5-.531 1.21 1.21 0 0 0 1.25-1.125l.063-.938a2.19 2.19 0 0 1 2.25-2.093c.312 0 .593-.094.812-.282l.313-.28c.218-.157.53-.157.718.062" }),
|
|
15
|
+
React.createElement("path", { fill: "#00BD00", d: "M3.993.247a.74.74 0 0 0-.75.75c0 .438.313.75.75.75a.74.74 0 0 0 .75-.75.76.76 0 0 0-.75-.75m13 4a.74.74 0 0 0-.75.75c0 .438.313.75.75.75a.74.74 0 0 0 .75-.75.76.76 0 0 0-.75-.75m.75 9.75a.76.76 0 0 0-.75-.75.74.74 0 0 0-.75.75c0 .438.313.75.75.75a.74.74 0 0 0 .75-.75" }),
|
|
16
|
+
React.createElement("defs", null,
|
|
17
|
+
React.createElement("linearGradient", { id: "oh-reaction-celebrate_svg__a", x1: 7.441, x2: 2.42, y1: 14.736, y2: 8.801, gradientUnits: "userSpaceOnUse" },
|
|
18
|
+
React.createElement("stop", { stopColor: "#fff", stopOpacity: 0 }),
|
|
19
|
+
React.createElement("stop", { offset: 0.755, stopColor: "#fff", stopOpacity: 0.5 })),
|
|
20
|
+
React.createElement("linearGradient", { id: "oh-reaction-celebrate_svg__b", x1: 12.941, x2: 5.515, y1: 12.98, y2: 4.804, gradientUnits: "userSpaceOnUse" },
|
|
21
|
+
React.createElement("stop", { stopColor: "#FFA0A0" }),
|
|
22
|
+
React.createElement("stop", { offset: 1, stopColor: "#FFA0A0", stopOpacity: 0 })),
|
|
23
|
+
React.createElement("linearGradient", { id: "oh-reaction-celebrate_svg__c", x1: 12.102, x2: 12.102, y1: 1.027, y2: 9.259, gradientUnits: "userSpaceOnUse" },
|
|
24
|
+
React.createElement("stop", { stopColor: "#fff", stopOpacity: 0.5 }),
|
|
25
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })),
|
|
26
|
+
React.createElement("linearGradient", { id: "oh-reaction-celebrate_svg__d", x1: 15.652, x2: 14.07, y1: 7.727, y2: 6.786, gradientUnits: "userSpaceOnUse" },
|
|
27
|
+
React.createElement("stop", { stopColor: "#fff", stopOpacity: 0.5 }),
|
|
28
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })),
|
|
29
|
+
React.createElement("linearGradient", { id: "oh-reaction-celebrate_svg__e", x1: 12.487, x2: 12.487, y1: 0.262, y2: 10.763, gradientUnits: "userSpaceOnUse" },
|
|
30
|
+
React.createElement("stop", { stopColor: "#D1505F" }),
|
|
31
|
+
React.createElement("stop", { offset: 1, stopColor: "#F1818E" })))));
|
|
32
|
+
export default OhReactionCelebrate;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhReactionHeart = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "url(#oh-reaction-heart_svg__a)", d: "M3.469 9.406A4.7 4.7 0 0 1 2 5.97v-.156C2 3.625 3.563 1.75 5.719 1.406a4.5 4.5 0 0 1 3.906 1.219L10 3l.375-.375c1-1 2.469-1.469 3.875-1.219A4.465 4.465 0 0 1 18 5.813v.156a4.73 4.73 0 0 1-1.5 3.437l-5.656 5.281c-.219.22-.531.313-.844.313-.344 0-.656-.094-.875-.313z" }),
|
|
5
|
+
React.createElement("path", { fill: "#357A8D", fillRule: "evenodd", d: "m4.151 8.675 5.669 5.293.006.007A.5.5 0 0 0 10 14a.4.4 0 0 0 .141-.024l.008-.008 5.669-5.293A3.73 3.73 0 0 0 17 5.97v-.156a3.465 3.465 0 0 0-2.907-3.42h-.01l-.008-.002a3.43 3.43 0 0 0-2.993.941L10 4.414 8.924 3.338A3.5 3.5 0 0 0 5.89 2.39l-.014.003C4.218 2.658 3 4.104 3 5.813v.156c0 1.045.423 2.027 1.151 2.706m6.224-6.05L10 3l-.375-.375a4.5 4.5 0 0 0-3.906-1.219C3.562 1.75 2 3.625 2 5.813v.156c0 1.312.531 2.562 1.469 3.437l5.656 5.281c.219.22.531.313.875.313.313 0 .625-.094.844-.313l5.656-5.28A4.73 4.73 0 0 0 18 5.968v-.156a4.465 4.465 0 0 0-3.75-4.407 4.43 4.43 0 0 0-3.875 1.219Z", clipRule: "evenodd" }),
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("linearGradient", { id: "oh-reaction-heart_svg__a", x1: 10, x2: 10, y1: 1.34, y2: 15, gradientUnits: "userSpaceOnUse" },
|
|
8
|
+
React.createElement("stop", { stopColor: "#87C596" }),
|
|
9
|
+
React.createElement("stop", { offset: 1, stopColor: "#52B1B7" })))));
|
|
10
|
+
export default OhReactionHeart;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhReactionThumb = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "url(#oh-reaction-thumb_svg__a)", d: "m7.063 6.219-.03.045a6 6 0 0 1-.295.379 1.2 1.2 0 0 1-.253.235c-.037.021-.12.056-.23.085-.107.028-.2.04-.255.041V7c0-.531-.469-1-1-1H3c-.563 0-1 .469-1 1v7c0 .563.438 1 1 1h2c.531 0 1-.438 1-1v-.006l.383-.002q.301-.002.618 0a9 9 0 0 1 1.32.099c.345.057.584.134.722.208l.207.139c.563.374 1.25.562 1.938.562H14c1.094 0 2-.875 2-2 .594-.344 1-1 1-1.75 0-.25-.063-.531-.156-.75.375-.375.656-.906.656-1.5q0-.281-.094-.562C17.75 8.063 18 7.563 18 7c0-1.094-.906-2-2-2h-3.188c.188-.406.344-.812.47-1.25l.155-.531c.25-.938-.312-1.875-1.25-2.156-.937-.25-1.874.312-2.156 1.25l-.125.5A4.28 4.28 0 0 1 8.094 5.28L8 5.344a3.6 3.6 0 0 0-.938.875Z" }),
|
|
5
|
+
React.createElement("path", { fill: "#357A8D", fillRule: "evenodd", d: "m7.034 6.264.029-.045c.25-.344.562-.625.937-.875l.094-.063a4.28 4.28 0 0 0 1.812-2.468l.125-.5c.281-.938 1.219-1.5 2.156-1.25.938.28 1.5 1.218 1.25 2.156l-.156.531A8.6 8.6 0 0 1 12.812 5H16c1.094 0 2 .906 2 2 0 .563-.25 1.063-.594 1.438q.094.281.094.562c0 .594-.281 1.125-.656 1.5.093.219.156.5.156.75 0 .75-.406 1.406-1 1.75 0 1.125-.906 2-2 2h-2.813a3.5 3.5 0 0 1-1.937-.563l-.207-.138c-.138-.074-.377-.15-.722-.208a9 9 0 0 0-1.32-.1q-.317-.001-.618.001L6 13.994V14c0 .563-.469 1-1 1H3c-.563 0-1-.438-1-1V7c0-.531.438-1 1-1h2c.531 0 1 .469 1 1v.004c.055 0 .148-.013.255-.041.11-.03.193-.064.23-.085a1.2 1.2 0 0 0 .253-.235c.1-.115.198-.246.296-.379m3.841-3.17L11 2.563a.78.78 0 0 1 .938-.532.78.78 0 0 1 .53.938l-.155.5a6 6 0 0 1-.782 1.781.48.48 0 0 0 0 .5c.094.156.25.281.438.281H16c.531 0 1 .438 1 1 0 .344-.188.657-.469.844a.494.494 0 0 0-.187.656.87.87 0 0 1 .156.5.96.96 0 0 1-.563.875.48.48 0 0 0-.25.344.47.47 0 0 0 .094.406c.125.156.219.375.219.625 0 .438-.313.813-.688.938a.5.5 0 0 0-.343.594c0 .03.008.062.015.093A.4.4 0 0 1 15 13c0 .563-.469 1-1 1h-2.813c-.5 0-.968-.125-1.374-.406l-.125-.07c-.322-.228-.777-.349-1.202-.42a10 10 0 0 0-1.478-.113c-.215-.001-.435 0-.643.001L6 12.994v-4.99c.167 0 .35-.032.51-.074.159-.042.335-.105.478-.188.199-.116.37-.29.503-.442.13-.148.25-.309.348-.443l.036-.044c.188-.25.406-.47.656-.625l.094-.063a5.24 5.24 0 0 0 2.25-3.031M3 14V7h2v7z", clipRule: "evenodd" }),
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("linearGradient", { id: "oh-reaction-thumb_svg__a", x1: 10, x2: 10, y1: 1.003, y2: 15, gradientUnits: "userSpaceOnUse" },
|
|
8
|
+
React.createElement("stop", { stopColor: "#D3F5FF" }),
|
|
9
|
+
React.createElement("stop", { offset: 1, stopColor: "#53B2B8" })))));
|
|
10
|
+
export default OhReactionThumb;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhReactionTrophy = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "#FFA37E", d: "M8.5 10h3v4h-3z" }),
|
|
5
|
+
React.createElement("path", { fill: "url(#oh-reaction-trophy_svg__a)", d: "M8.5 10h3v4h-3z" }),
|
|
6
|
+
React.createElement("path", { fill: "#2F2E2E", fillOpacity: 0.3, d: "M8.5 10h3v4h-3z" }),
|
|
7
|
+
React.createElement("path", { fill: "#FFA37E", d: "M6 15a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1H6z" }),
|
|
8
|
+
React.createElement("path", { fill: "url(#oh-reaction-trophy_svg__b)", d: "M6 15a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1H6z" }),
|
|
9
|
+
React.createElement("path", { fill: "#FFA37E", d: "M4.5 1.371c0-.327.228-.612.55-.684L6.266.414a17.04 17.04 0 0 1 7.466 0l1.218.273c.32.072.549.357.549.684v4.456c0 3.027-2.462 5.48-5.5 5.48s-5.5-2.453-5.5-5.48V1.372Z" }),
|
|
10
|
+
React.createElement("path", { fill: "url(#oh-reaction-trophy_svg__c)", d: "M4.5 1.371c0-.327.228-.612.55-.684L6.266.414a17.04 17.04 0 0 1 7.466 0l1.218.273c.32.072.549.357.549.684v4.456c0 3.027-2.462 5.48-5.5 5.48s-5.5-2.453-5.5-5.48V1.372Z" }),
|
|
11
|
+
React.createElement("path", { fill: "#4F382F", fillRule: "evenodd", d: "M4.5 1.371V2h-1A1.5 1.5 0 0 0 2 3.5v.818A4 4 0 0 0 4.434 8l.642.273a5.5 5.5 0 0 0 3.424 2.83V13H8a2 2 0 0 0-2 2v1h8v-1a2 2 0 0 0-2-2h-.5v-1.899a5.5 5.5 0 0 0 3.424-2.829L15.566 8A4 4 0 0 0 18 4.319V3.5A1.5 1.5 0 0 0 16.5 2h-1v-.629a.7.7 0 0 0-.55-.684L13.734.414a17.04 17.04 0 0 0-7.466 0L5.049.687a.7.7 0 0 0-.549.684m5 9.914a5.6 5.6 0 0 0 1 0V13h-1zM6.486 1.39l-.986.22v4.216c0 2.471 2.011 4.48 4.5 4.48s4.5-2.009 4.5-4.48V1.611l-.986-.221a16.04 16.04 0 0 0-7.028 0M3.5 3h1v3.916A3 3 0 0 1 3 4.318V3.5a.5.5 0 0 1 .5-.5m12 3.916V3h1a.5.5 0 0 1 .5.5v.818a3 3 0 0 1-1.5 2.598M8 14h4a1 1 0 0 1 1 1H7a1 1 0 0 1 1-1", clipRule: "evenodd" }),
|
|
12
|
+
React.createElement("defs", null,
|
|
13
|
+
React.createElement("linearGradient", { id: "oh-reaction-trophy_svg__a", x1: 10, x2: 10, y1: 10, y2: 14, gradientUnits: "userSpaceOnUse" },
|
|
14
|
+
React.createElement("stop", { stopColor: "#fff" }),
|
|
15
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })),
|
|
16
|
+
React.createElement("linearGradient", { id: "oh-reaction-trophy_svg__b", x1: 10, x2: 10, y1: 13, y2: 16, gradientUnits: "userSpaceOnUse" },
|
|
17
|
+
React.createElement("stop", { stopColor: "#fff", stopOpacity: 0.5 }),
|
|
18
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })),
|
|
19
|
+
React.createElement("linearGradient", { id: "oh-reaction-trophy_svg__c", x1: 10, x2: 10, y1: 0, y2: 11.307, gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#fff", stopOpacity: 0.5 }),
|
|
21
|
+
React.createElement("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })))));
|
|
22
|
+
export default OhReactionTrophy;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhRemoveFlagLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 21 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, d: "M19.317 2.014 1.006 14.741" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 1.625V.75A.76.76 0 0 0 3.75 0 .74.74 0 0 0 3 .75v11.697l3.322-2.309-1.822.456V3.188l3-.75a3.56 3.56 0 0 1 2.531.28c1.688.845 3.688.907 5.469.188v.854L17 2.717v-.623c0-.719-.781-1.188-1.406-.875l-.313.156a5.16 5.16 0 0 1-4.594 0C9.595.812 8.345.687 7.158.969zM17 5.153l-1.5 1.042v4.274l-.781.281a3.98 3.98 0 0 1-3.219-.156 7 7 0 0 0-1.533-.553l-1.88 1.306a5.6 5.6 0 0 1 2.726.59c1.406.688 3 .782 4.437.22l1.094-.407c.375-.156.656-.5.656-.938v-5.66ZM4.5 13.84 3 14.883v.367c0 .438.313.75.75.75a.74.74 0 0 0 .75-.75z", clipRule: "evenodd" })));
|
|
6
|
+
export default OhRemoveFlagLight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhRemoveFlagRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", d: "M19.38 1.666.658 14.678" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 1.75V.5c0-.25-.25-.5-.5-.5-.281 0-.5.25-.5.5v11.947l2.199-1.528-1.199.3V2.78l3.375-.844a4.35 4.35 0 0 1 2.875.313 6.03 6.03 0 0 0 5.469 0L16 2.125v1.287l1-.695v-.623c0-.719-.781-1.188-1.406-.875l-.313.156a5.16 5.16 0 0 1-4.594 0C9.595.812 8.345.687 7.158.969zm13 3.403-1 .695v4.965l-1.094.406a4.57 4.57 0 0 1-3.625-.188 6.8 6.8 0 0 0-1.875-.6l-1.319.916a5.6 5.6 0 0 1 2.726.59c1.406.688 3 .782 4.437.22l1.094-.407c.375-.156.656-.5.656-.938zM4 14.188l-1 .695v.617c0 .281.219.5.5.5.25 0 .5-.219.5-.5z", clipRule: "evenodd" })));
|
|
6
|
+
export default OhRemoveFlagRegular;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const OhRemoveFlagThin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 16", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 0.5, d: "M19.443 1.318.31 14.616" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 1.875V.25A.27.27 0 0 0 3.25 0 .246.246 0 0 0 3 .25v12.197l1.005-.698-.505.126V2.406l3.75-.937a4.6 4.6 0 0 1 3.219.343 5.7 5.7 0 0 0 5.031 0l.625-.312c.156-.094.375.031.375.219v1.346l.5-.348v-.998c0-.563-.594-.907-1.094-.657l-.625.313a5.16 5.16 0 0 1-4.594 0C9.595.812 8.345.687 7.158.969zM17 4.544l-.5.347v5.921a.51.51 0 0 1-.344.47l-1.093.405c-1.313.5-2.75.438-4.032-.187a5.9 5.9 0 0 0-3.133-.63l-.912.633L7 11.5a5.56 5.56 0 0 1 3.813.438c1.406.687 3 .78 4.437.218l1.094-.406c.375-.156.656-.5.656-.938V4.545ZM3.5 13.927l-.5.347v1.476c0 .156.094.25.25.25.125 0 .25-.094.25-.25z", clipRule: "evenodd" })));
|
|
6
|
+
export default OhRemoveFlagThin;
|
package/dist/index.d.ts
CHANGED
|
@@ -176,6 +176,19 @@ export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
|
|
|
176
176
|
export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
|
|
177
177
|
export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
|
|
178
178
|
export { default as NewspaperLight } from './NewspaperLight';
|
|
179
|
+
export { default as OhCrownCrossLight } from './OhCrownCrossLight';
|
|
180
|
+
export { default as OhCrownCrossRegular } from './OhCrownCrossRegular';
|
|
181
|
+
export { default as OhCrownCrossThin } from './OhCrownCrossThin';
|
|
182
|
+
export { default as OhCrownLight } from './OhCrownLight';
|
|
183
|
+
export { default as OhCrownRegular } from './OhCrownRegular';
|
|
184
|
+
export { default as OhCrownThin } from './OhCrownThin';
|
|
185
|
+
export { default as OhReactionCelebrate } from './OhReactionCelebrate';
|
|
186
|
+
export { default as OhReactionHeart } from './OhReactionHeart';
|
|
187
|
+
export { default as OhReactionThumb } from './OhReactionThumb';
|
|
188
|
+
export { default as OhReactionTrophy } from './OhReactionTrophy';
|
|
189
|
+
export { default as OhRemoveFlagLight } from './OhRemoveFlagLight';
|
|
190
|
+
export { default as OhRemoveFlagRegular } from './OhRemoveFlagRegular';
|
|
191
|
+
export { default as OhRemoveFlagThin } from './OhRemoveFlagThin';
|
|
179
192
|
export { default as PaintbrushLight } from './PaintbrushLight';
|
|
180
193
|
export { default as ParagraphLight } from './ParagraphLight';
|
|
181
194
|
export { default as ParagraphRegular } from './ParagraphRegular';
|
package/dist/index.js
CHANGED
|
@@ -176,6 +176,19 @@ export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
|
|
|
176
176
|
export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
|
|
177
177
|
export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
|
|
178
178
|
export { default as NewspaperLight } from './NewspaperLight';
|
|
179
|
+
export { default as OhCrownCrossLight } from './OhCrownCrossLight';
|
|
180
|
+
export { default as OhCrownCrossRegular } from './OhCrownCrossRegular';
|
|
181
|
+
export { default as OhCrownCrossThin } from './OhCrownCrossThin';
|
|
182
|
+
export { default as OhCrownLight } from './OhCrownLight';
|
|
183
|
+
export { default as OhCrownRegular } from './OhCrownRegular';
|
|
184
|
+
export { default as OhCrownThin } from './OhCrownThin';
|
|
185
|
+
export { default as OhReactionCelebrate } from './OhReactionCelebrate';
|
|
186
|
+
export { default as OhReactionHeart } from './OhReactionHeart';
|
|
187
|
+
export { default as OhReactionThumb } from './OhReactionThumb';
|
|
188
|
+
export { default as OhReactionTrophy } from './OhReactionTrophy';
|
|
189
|
+
export { default as OhRemoveFlagLight } from './OhRemoveFlagLight';
|
|
190
|
+
export { default as OhRemoveFlagRegular } from './OhRemoveFlagRegular';
|
|
191
|
+
export { default as OhRemoveFlagThin } from './OhRemoveFlagThin';
|
|
179
192
|
export { default as PaintbrushLight } from './PaintbrushLight';
|
|
180
193
|
export { default as ParagraphLight } from './ParagraphLight';
|
|
181
194
|
export { default as ParagraphRegular } from './ParagraphRegular';
|