@alfalab/icons-glyph 2.134.0 → 2.135.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 BroomMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BroomMIcon;
package/BroomMIcon.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M18.28 11.042l-.647-.645L22 6.008l-1.418-1.41-4.367 4.388-.607-.605a2.22 2.22 0 00-2.755-.302l-.902.571a.553.553 0 00-.095.863l5.311 5.286a.555.555 0 00.862-.1l.567-.905a2.216 2.216 0 00-.315-2.752zM3.05 15.329a24.237 24.237 0 01-2.06-3.363c3.022.685 6.26.156 8.94-1.581l6.492 6.39a11.664 11.664 0 01-1.765 2.49l-.502.51a11.665 11.665 0 01-2.482 1.815 2.17 2.17 0 01-1.175.216 2.171 2.171 0 01-.806-.239 24.321 24.321 0 01-1.74-1.217c.09-.031.181-.064.274-.098 1.201-.44 2.486-1.366 2.978-1.774a13.68 13.68 0 01-2.89.357 10.099 10.099 0 01-1.966-.186c-.37-.094-.673-.286-.969-.577l.017.019a24.85 24.85 0 01-.918-.983 12.854 12.854 0 001.554-.607c-.681-.106-1.823-.305-2.646-.842a2.091 2.091 0 01-.338-.33zm6.817 6.347z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BroomMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BroomSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BroomSIcon;
package/BroomSIcon.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),t.createElement("g",{clipPath:"url(#prefix__clip0_115011_7935)"},t.createElement("path",{d:"M1.626 10.258A17.52 17.52 0 01.119 7.801a8.456 8.456 0 006.463-1.143l4.69 4.618a8.433 8.433 0 01-1.287 1.811l-.34.346a8.43 8.43 0 01-1.839 1.341 1.57 1.57 0 01-1.372-.018 17.586 17.586 0 01-1.28-.895 7.86 7.86 0 00.194-.07c.869-.318 1.797-.987 2.153-1.282a9.86 9.86 0 01-2.089.258 7.288 7.288 0 01-1.353-.121c-.3-.062-.538-.205-.769-.433l.01.01a17.84 17.84 0 01-.66-.707 9.27 9.27 0 001.122-.438c-.496-.077-1.333-.223-1.93-.62a1.512 1.512 0 01-.206-.2zm10.144-.472c.181.183.486.15.624-.066l.415-.652a1.6 1.6 0 00-.212-1.991l-.271-.275 3.668-3.627-1.406-1.422L10.92 5.38l-.24-.242a1.605 1.605 0 00-1.989-.234l-.656.408a.4.4 0 00-.073.623l3.808 3.851z",fillRule:"evenodd",clipRule:"evenodd"})),t.createElement("defs",null,t.createElement("clipPath",{id:"prefix__clip0_115011_7935"},t.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.BroomSIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.134.0",
3
+ "version": "2.135.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",