@benefex/icons 0.13.0 → 0.15.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 FamilyLight: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default FamilyLight;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const FamilyLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M384 128c35.38 0 64-28.62 64-64S419.38 0 384 0s-64 28.62-64 64 28.6 64 64 64m0-96c17.64 0 32 14.36 32 32s-14.36 32-32 32-32-14.36-32-32 14.4-32 32-32m121.5 311.2-39.08-136.8C458.6 178.9 433.5 160 404.9 160h-70.55c1.05 5.2 1.65 10.5 1.65 16s-.6 10.8-1.6 16h70.55c14.29 0 26.84 9.471 30.77 23.21L474.8 352H368v32h48v112c0 8.844 7.156 16 16 16s16-7.156 16-16V384h26.78c21.22 0 36.62-20.3 30.72-40.8M64 224c0-17.64 14.36-32 32-32h81.62c-1.02-5.2-1.62-10.5-1.62-16s.6-10.8 1.6-16H96c-35.35 0-64 28.7-64 64v96c0 17.67 14.33 32 32 32v144c0 8.8 7.16 16 16 16s16-7.2 16-16V352h48v-32H64zm64-96c35.38 0 64-28.62 64-64S163.4 0 128 0 64 28.62 64 64s28.63 64 64 64m0-96c17.64 0 32 14.36 32 32s-14.4 32-32 32-32-14.36-32-32 14.4-32 32-32m128 208c30.95 0 56-25.05 56-56s-25.9-56-56-56-56 25-56 56 25 56 56 56m0-80c13.23 0 24 10.77 24 24s-10.77 24-24 24-24-10.8-24-24 10.8-24 24-24m32 112h-64c-26.51 0-48 21.49-48 48v64c0 17.67 14.33 32 32 32v64c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-64c17.67 0 32-14.33 32-32v-64c0-26.5-21.5-48-48-48m16 112h-32v96h-32v-96h-32v-64c0-8.822 7.178-16 16-16h64c8.822 0 16 7.178 16 16z" })));
5
+ export default FamilyLight;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const Mobile: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default Mobile;
package/dist/Mobile.js ADDED
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const Mobile = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M288 0H96C60.65 0 32 28.65 32 64v384c0 35.35 28.65 64 64 64h192c35.35 0 64-28.65 64-64V64c0-35.35-28.7-64-64-64m32 448c0 17.64-14.36 32-32 32H96c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h192c17.64 0 32 14.36 32 32zm-96-48h-64c-8.836 0-16 7.162-16 16 0 8.836 7.164 16 16 16h64c8.836 0 16-7.164 16-16 0-8.8-7.2-16-16-16" })));
5
+ export default Mobile;
package/dist/index.d.ts CHANGED
@@ -115,6 +115,7 @@ export { default as FaceMehLight } from './FaceMehLight';
115
115
  export { default as FacePartyLight } from './FacePartyLight';
116
116
  export { default as FaceSmileLight } from './FaceSmileLight';
117
117
  export { default as FaceSurpriseLight } from './FaceSurpriseLight';
118
+ export { default as FamilyLight } from './FamilyLight';
118
119
  export { default as Family } from './Family';
119
120
  export { default as FaxLight } from './FaxLight';
120
121
  export { default as FileAudioThin } from './FileAudioThin';
@@ -221,6 +222,7 @@ export { default as MessagesLight } from './MessagesLight';
221
222
  export { default as MicrophoneRegular } from './MicrophoneRegular';
222
223
  export { default as MinusLight } from './MinusLight';
223
224
  export { default as MobileLight } from './MobileLight';
225
+ export { default as Mobile } from './Mobile';
224
226
  export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
225
227
  export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
226
228
  export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
package/dist/index.js CHANGED
@@ -115,6 +115,7 @@ export { default as FaceMehLight } from './FaceMehLight';
115
115
  export { default as FacePartyLight } from './FacePartyLight';
116
116
  export { default as FaceSmileLight } from './FaceSmileLight';
117
117
  export { default as FaceSurpriseLight } from './FaceSurpriseLight';
118
+ export { default as FamilyLight } from './FamilyLight';
118
119
  export { default as Family } from './Family';
119
120
  export { default as FaxLight } from './FaxLight';
120
121
  export { default as FileAudioThin } from './FileAudioThin';
@@ -221,6 +222,7 @@ export { default as MessagesLight } from './MessagesLight';
221
222
  export { default as MicrophoneRegular } from './MicrophoneRegular';
222
223
  export { default as MinusLight } from './MinusLight';
223
224
  export { default as MobileLight } from './MobileLight';
225
+ export { default as Mobile } from './Mobile';
224
226
  export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
225
227
  export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
226
228
  export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",