@alfalab/icons-glyph 2.228.0 → 2.229.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,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockOpenLineSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockOpenLineSIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M8 12.364c.828 0 1.5-.652 1.5-1.455S8.828 9.455 8 9.455s-1.5.65-1.5 1.454c0 .803.672 1.455 1.5 1.455z"}),r.createElement("path",{d:"M8 0C5.929 0 4.25 1.628 4.25 3.636v.728h1.5v-.728c0-1.205 1.007-2.181 2.25-2.181s2.25.976 2.25 2.181v2.182H2v8C2 15.023 3.007 16 4.25 16h7.5c1.243 0 2.25-.977 2.25-2.182v-8h-2.25V3.636C11.75 1.628 10.071 0 8 0zM3.5 13.818V7.273h9v6.545a.739.739 0 01-.75.728h-7.5a.739.739 0 01-.75-.728z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.LockOpenLineSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.228.0",
3
+ "version": "2.229.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",