@benefex/icons 0.6.1 → 0.7.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,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const MagnifyingGlassRegular = ({ 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: "m504.1 471-134-134c29-35.5 45-80.2 45-129 0-114.9-93.13-208-208-208S0 93.13 0 208s93.12 208 207.1 208c48.79 0 93.55-16.91 129-45.04l134 134c5.6 4.74 11.8 7.04 17.9 7.04s12.28-2.344 16.97-7.031c9.33-9.369 9.33-24.569-.87-33.969M48 208c0-88.22 71.78-160 160-160s160 71.78 160 160-71.78 160-160 160S48 296.2 48 208" })));
|
|
5
|
+
export default MagnifyingGlassRegular;
|
package/dist/index.d.ts
CHANGED
|
@@ -190,6 +190,7 @@ export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
|
190
190
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
191
191
|
export { default as LotusThin } from './LotusThin';
|
|
192
192
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
193
|
+
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
193
194
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
194
195
|
export { default as MapLocationLight } from './MapLocationLight';
|
|
195
196
|
export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
|
package/dist/index.js
CHANGED
|
@@ -190,6 +190,7 @@ export { default as LockKeyholeLight } from './LockKeyholeLight';
|
|
|
190
190
|
export { default as LockKeyholeThin } from './LockKeyholeThin';
|
|
191
191
|
export { default as LotusThin } from './LotusThin';
|
|
192
192
|
export { default as MagnifyingGlassLight } from './MagnifyingGlassLight';
|
|
193
|
+
export { default as MagnifyingGlassRegular } from './MagnifyingGlassRegular';
|
|
193
194
|
export { default as MagnifyingGlassThin } from './MagnifyingGlassThin';
|
|
194
195
|
export { default as MapLocationLight } from './MapLocationLight';
|
|
195
196
|
export { default as MemoCircleInfoThin } from './MemoCircleInfoThin';
|