@semcore/icon 2.16.0 → 2.17.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/CHANGELOG.md +6 -0
- package/Hotel/l/index.d.ts +7 -0
- package/Hotel/l/index.js +50 -0
- package/Hotel/m/index.d.ts +7 -0
- package/Hotel/m/index.js +50 -0
- package/package.json +1 -1
- package/svg-new/icon/Hotel/l.svg +4 -0
- package/svg-new/icon/Hotel/m.svg +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
package/Hotel/l/index.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
function Hotel(_ref, ref) {
|
|
21
|
+
var _ref$width = _ref.width,
|
|
22
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
23
|
+
_ref$height = _ref.height,
|
|
24
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
25
|
+
_ref$viewBox = _ref.viewBox,
|
|
26
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
27
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
|
|
28
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
29
|
+
ref: ref,
|
|
30
|
+
"data-name": "Hotel",
|
|
31
|
+
"data-group": "l",
|
|
32
|
+
width: width,
|
|
33
|
+
height: height,
|
|
34
|
+
viewBox: viewBox
|
|
35
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
36
|
+
d: "M13.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07l.85-.4.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM9.48 3.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 4.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM17.44 3.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L16 4.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM10 10a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM9 15a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z",
|
|
37
|
+
shapeRendering: "geometricPrecision"
|
|
38
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M22 23a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-3V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h20ZM7 8v13h3v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2h3V8H7Zm14 13h-2v-8h2v8ZM3 17h2v4H3v-4Z",
|
|
42
|
+
shapeRendering: "geometricPrecision"
|
|
43
|
+
}));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
Hotel.displayName = 'Hotel';
|
|
47
|
+
|
|
48
|
+
var _default = (0, _core.createBaseComponent)(Hotel);
|
|
49
|
+
|
|
50
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { Merge } from '@semcore/core';
|
|
4
|
+
import { IIconProps } from '@semcore/icon';
|
|
5
|
+
declare const _default: import("@semcore/core").ComponentType<Merge<IIconProps, React.SVGAttributes<SVGElement>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
|
package/Hotel/m/index.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
function Hotel(_ref, ref) {
|
|
21
|
+
var _ref$width = _ref.width,
|
|
22
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
23
|
+
_ref$height = _ref.height,
|
|
24
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
25
|
+
_ref$viewBox = _ref.viewBox,
|
|
26
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
27
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, ["width", "height", "viewBox"]);
|
|
28
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
29
|
+
ref: ref,
|
|
30
|
+
"data-name": "Hotel",
|
|
31
|
+
"data-group": "m",
|
|
32
|
+
width: width,
|
|
33
|
+
height: height,
|
|
34
|
+
viewBox: viewBox
|
|
35
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
36
|
+
d: "M9.48 1.15a.07.07 0 0 0-.04-.13L8.5.86 8.07.04a.08.08 0 0 0-.14 0L7.5.86l-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 2.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM5.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L4 3.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM13.44 2.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L12 3.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM7 8a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2H7Z",
|
|
37
|
+
shapeRendering: "geometricPrecision"
|
|
38
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M15 16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4H1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14ZM5 7v7h2v-1a1 1 0 1 1 2 0v1h2V7H5Zm9 7h-1v-4h1v4ZM3 14v-2H2v2h1Z",
|
|
42
|
+
shapeRendering: "geometricPrecision"
|
|
43
|
+
}));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
Hotel.displayName = 'Hotel';
|
|
47
|
+
|
|
48
|
+
var _default = (0, _core.createBaseComponent)(Hotel);
|
|
49
|
+
|
|
50
|
+
exports["default"] = _default;
|
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07l.85-.4.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM9.48 3.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 4.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM17.44 3.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L16 4.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM10 10a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM9 15a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 23a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-3V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h20ZM7 8v13h3v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2h3V8H7Zm14 13h-2v-8h2v8ZM3 17h2v4H3v-4Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.48 1.15a.07.07 0 0 0-.04-.13L8.5.86 8.07.04a.08.08 0 0 0-.14 0L7.5.86l-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 2.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM5.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L4 3.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM13.44 2.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L12 3.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM7 8a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2H7Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15 16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4H1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14ZM5 7v7h2v-1a1 1 0 1 1 2 0v1h2V7H5Zm9 7h-1v-4h1v4ZM3 14v-2H2v2h1Z"/>
|
|
4
|
+
</svg>
|