@benefex/icons 0.10.0 → 0.12.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/BuildingUserLight.d.ts +4 -0
- package/dist/BuildingUserLight.js +5 -0
- package/dist/IdBadgeLight.d.ts +4 -0
- package/dist/IdBadgeLight.js +5 -0
- package/dist/KeyLight.d.ts +4 -0
- package/dist/KeyLight.js +5 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BuildingUserLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M128 32h256c17.7 0 32 14.3 32 32v140.1c9.6-7.7 20.4-14.1 32-18.8V64c0-35.3-28.7-64-64-64H128C92.7 0 64 28.7 64 64v384c0 35.3 28.7 64 64 64h176v-2.9c0-23.6 5.8-45.8 16-65.3V400c0-26.5-21.5-48-48-48h-32c-26.5 0-48 21.5-48 48v80h-64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32m96 448v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80zm64-352v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16m16 96c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-128-96v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16h-16c-8.8 0-16 7.2-16 16m16 96c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm304 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96m0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160M352 512v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-35.3 28.7-64 64-64h96c35.3 0 64 28.7 64 64v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-53-43-96-96-96h-96c-53 0-96 43-96 96" })));
|
|
5
|
+
export default BuildingUserLight;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const IdBadgeLight = ({ 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: "M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM0 64C0 28.7 28.7 0 64 0h256c35.3 0 64 28.7 64 64v384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm224 160a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-96 0a64 64 0 1 1 128 0 64 64 0 1 1-128 0m0-144c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16m-16 320c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16s-16-7.2-16-16c0-26.5-21.5-48-48-48h-64c-26.5 0-48 21.5-48 48" })));
|
|
5
|
+
export default IdBadgeLight;
|
package/dist/KeyLight.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const KeyLight = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640", "aria-labelledby": titleId, ...props },
|
|
3
|
+
title ? React.createElement("title", { id: titleId }, title) : null,
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M256 240c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144c-11.1 0-22-1.3-32.4-3.6-5.4-1.2-11 .4-14.9 4.3L321.4 416H272c-8.8 0-16 7.2-16 16v48h-48c-8.8 0-16 7.2-16 16v48H96v-81.4l162.8-162.8c4.2-4.2 5.7-10.5 3.9-16.2-4.4-13.8-6.7-28.4-6.7-43.7zM400 64c-97.2 0-176 78.8-176 176 0 15.1 1.9 29.8 5.5 43.9L68.7 444.7c-3 3-4.7 7.1-4.7 11.3v104c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-48h48c8.8 0 16-7.2 16-16v-48h40c4.2 0 8.3-1.7 11.3-4.7l30-30c10 1.8 20.2 2.7 30.7 2.7 97.2 0 176-78.8 176-176S497.2 64 400 64m32 168c13.3 0 24-10.7 24-24s-10.7-24-24-24-24 10.7-24 24 10.7 24 24 24" })));
|
|
5
|
+
export default KeyLight;
|
package/dist/index.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export { default as BrainLight } from './BrainLight';
|
|
|
43
43
|
export { default as BrainRegular } from './BrainRegular';
|
|
44
44
|
export { default as BriefcaseThin } from './BriefcaseThin';
|
|
45
45
|
export { default as BuildingLight } from './BuildingLight';
|
|
46
|
+
export { default as BuildingUserLight } from './BuildingUserLight';
|
|
46
47
|
export { default as CalendarLight } from './CalendarLight';
|
|
47
48
|
export { default as CalendarThin } from './CalendarThin';
|
|
48
49
|
export { default as CameraLight } from './CameraLight';
|
|
@@ -170,6 +171,7 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
|
|
|
170
171
|
export { default as HourglassClockLight } from './HourglassClockLight';
|
|
171
172
|
export { default as HourglassClockThin } from './HourglassClockThin';
|
|
172
173
|
export { default as HouseBlankLight } from './HouseBlankLight';
|
|
174
|
+
export { default as IdBadgeLight } from './IdBadgeLight';
|
|
173
175
|
export { default as IdCardLight } from './IdCardLight';
|
|
174
176
|
export { default as IdCardThin } from './IdCardThin';
|
|
175
177
|
export { default as ImageLight } from './ImageLight';
|
|
@@ -177,6 +179,7 @@ export { default as ImageRegular } from './ImageRegular';
|
|
|
177
179
|
export { default as ImageSolid } from './ImageSolid';
|
|
178
180
|
export { default as ImagesLight } from './ImagesLight';
|
|
179
181
|
export { default as ItalicRegular } from './ItalicRegular';
|
|
182
|
+
export { default as KeyLight } from './KeyLight';
|
|
180
183
|
export { default as LaptopMobileLight } from './LaptopMobileLight';
|
|
181
184
|
export { default as LinkLight } from './LinkLight';
|
|
182
185
|
export { default as LinkRegular } from './LinkRegular';
|
package/dist/index.js
CHANGED
|
@@ -43,6 +43,7 @@ export { default as BrainLight } from './BrainLight';
|
|
|
43
43
|
export { default as BrainRegular } from './BrainRegular';
|
|
44
44
|
export { default as BriefcaseThin } from './BriefcaseThin';
|
|
45
45
|
export { default as BuildingLight } from './BuildingLight';
|
|
46
|
+
export { default as BuildingUserLight } from './BuildingUserLight';
|
|
46
47
|
export { default as CalendarLight } from './CalendarLight';
|
|
47
48
|
export { default as CalendarThin } from './CalendarThin';
|
|
48
49
|
export { default as CameraLight } from './CameraLight';
|
|
@@ -170,6 +171,7 @@ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
|
|
|
170
171
|
export { default as HourglassClockLight } from './HourglassClockLight';
|
|
171
172
|
export { default as HourglassClockThin } from './HourglassClockThin';
|
|
172
173
|
export { default as HouseBlankLight } from './HouseBlankLight';
|
|
174
|
+
export { default as IdBadgeLight } from './IdBadgeLight';
|
|
173
175
|
export { default as IdCardLight } from './IdCardLight';
|
|
174
176
|
export { default as IdCardThin } from './IdCardThin';
|
|
175
177
|
export { default as ImageLight } from './ImageLight';
|
|
@@ -177,6 +179,7 @@ export { default as ImageRegular } from './ImageRegular';
|
|
|
177
179
|
export { default as ImageSolid } from './ImageSolid';
|
|
178
180
|
export { default as ImagesLight } from './ImagesLight';
|
|
179
181
|
export { default as ItalicRegular } from './ItalicRegular';
|
|
182
|
+
export { default as KeyLight } from './KeyLight';
|
|
180
183
|
export { default as LaptopMobileLight } from './LaptopMobileLight';
|
|
181
184
|
export { default as LinkLight } from './LinkLight';
|
|
182
185
|
export { default as LinkRegular } from './LinkRegular';
|