@benefex/icons 0.14.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.
- package/dist/FamilyLight.d.ts +4 -0
- package/dist/FamilyLight.js +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
|
@@ -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;
|
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';
|
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';
|