@benefex/icons 0.1.0 → 0.2.0

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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const OhReactionThumbEmpty: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default OhReactionThumbEmpty;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const OhReactionThumbEmpty = ({ 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: "currentColor", 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.094.219.156.5.156.75 0 .75-.406 1.406-1 1.75 0 1.125-.906 2-2 2h-2.812a3.5 3.5 0 0 1-1.938-.562l-.207-.139c-.138-.074-.377-.15-.722-.208a9 9 0 0 0-1.32-.1q-.316-.001-.618.001L6 13.994V14c0 .563-.469 1-1 1H3c-.562 0-1-.437-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-.156.5a6 6 0 0 1-.78 1.781.48.48 0 0 0 0 .5c.093.156.25.281.437.281H16c.531 0 1 .438 1 1 0 .344-.187.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.375-.406l-.124-.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.187-.25.406-.47.656-.625l.094-.063a5.24 5.24 0 0 0 2.25-3.031M3 14V7h2v7z", clipRule: "evenodd" })));
5
+ export default OhReactionThumbEmpty;
package/dist/index.d.ts CHANGED
@@ -184,6 +184,7 @@ export { default as OhCrownRegular } from './OhCrownRegular';
184
184
  export { default as OhCrownThin } from './OhCrownThin';
185
185
  export { default as OhReactionCelebrate } from './OhReactionCelebrate';
186
186
  export { default as OhReactionHeart } from './OhReactionHeart';
187
+ export { default as OhReactionThumbEmpty } from './OhReactionThumbEmpty';
187
188
  export { default as OhReactionThumb } from './OhReactionThumb';
188
189
  export { default as OhReactionTrophy } from './OhReactionTrophy';
189
190
  export { default as OhRemoveFlagLight } from './OhRemoveFlagLight';
package/dist/index.js CHANGED
@@ -184,6 +184,7 @@ export { default as OhCrownRegular } from './OhCrownRegular';
184
184
  export { default as OhCrownThin } from './OhCrownThin';
185
185
  export { default as OhReactionCelebrate } from './OhReactionCelebrate';
186
186
  export { default as OhReactionHeart } from './OhReactionHeart';
187
+ export { default as OhReactionThumbEmpty } from './OhReactionThumbEmpty';
187
188
  export { default as OhReactionThumb } from './OhReactionThumb';
188
189
  export { default as OhReactionTrophy } from './OhReactionTrophy';
189
190
  export { default as OhRemoveFlagLight } from './OhRemoveFlagLight';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",