@gympass/yoga-icons 1.4.0 → 1.4.1
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/cjs/index.js +88 -0
- package/cjs/svg/flag_argentina.js +49 -0
- package/cjs/svg/flag_argentina.native.js +51 -0
- package/cjs/svg/flag_brazil.js +52 -0
- package/cjs/svg/flag_brazil.native.js +54 -0
- package/cjs/svg/flag_chile.js +49 -0
- package/cjs/svg/flag_chile.native.js +51 -0
- package/cjs/svg/flag_germany.js +46 -0
- package/cjs/svg/flag_germany.native.js +48 -0
- package/cjs/svg/flag_ireland.js +46 -0
- package/cjs/svg/flag_ireland.native.js +48 -0
- package/cjs/svg/flag_italy.js +46 -0
- package/cjs/svg/flag_italy.native.js +48 -0
- package/cjs/svg/flag_mexico.js +52 -0
- package/cjs/svg/flag_mexico.native.js +54 -0
- package/cjs/svg/flag_portugal.js +52 -0
- package/cjs/svg/flag_portugal.native.js +54 -0
- package/cjs/svg/flag_spain.js +46 -0
- package/cjs/svg/flag_spain.native.js +48 -0
- package/cjs/svg/flag_uk.js +79 -0
- package/cjs/svg/flag_uk.native.js +81 -0
- package/cjs/svg/flag_us.js +55 -0
- package/cjs/svg/flag_us.native.js +57 -0
- package/esm/index.js +12 -1
- package/esm/svg/flag_argentina.js +35 -0
- package/esm/svg/flag_brazil.js +38 -0
- package/esm/svg/flag_chile.js +35 -0
- package/esm/svg/flag_germany.js +32 -0
- package/esm/svg/flag_ireland.js +32 -0
- package/esm/svg/flag_italy.js +32 -0
- package/esm/svg/flag_mexico.js +38 -0
- package/esm/svg/flag_portugal.js +38 -0
- package/esm/svg/flag_spain.js +32 -0
- package/esm/svg/flag_uk.js +65 -0
- package/esm/svg/flag_us.js +41 -0
- package/package.json +2 -2
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
+
|
|
14
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
+
|
|
16
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
17
|
+
|
|
18
|
+
function SvgComponent(props) {
|
|
19
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
+
width: 12,
|
|
21
|
+
height: 12,
|
|
22
|
+
viewBox: "0 0 12 12",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
25
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: "url(#clip0_23259_161472)"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
29
|
+
fill: "#F0F0F0"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M5.73926 5.99992H12.0001C12.0001 5.45837 11.9279 4.93375 11.7934 4.43469H5.73926V5.99992Z",
|
|
32
|
+
fill: "#D80027"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M5.73926 2.86955H11.1195C10.7522 2.2702 10.2826 1.74045 9.73502 1.30432H5.73926V2.86955Z",
|
|
35
|
+
fill: "#D80027"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
d: "M6.00004 12C7.41213 12 8.71003 11.512 9.73495 10.6957H2.26514C3.29006 11.512 4.58796 12 6.00004 12Z",
|
|
38
|
+
fill: "#D80027"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
d: "M0.880732 9.13041H11.1194C11.4143 8.64927 11.643 8.12333 11.7934 7.56519H0.206787C0.357186 8.12333 0.585865 8.64927 0.880732 9.13041V9.13041Z",
|
|
41
|
+
fill: "#D80027"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M2.77931 0.936984H3.32609L2.81749 1.30648L3.01177 1.90434L2.5032 1.53485L1.99463 1.90434L2.16244 1.38785C1.71464 1.76086 1.32216 2.19788 0.998719 2.68481H1.17391L0.850172 2.92001C0.799734 3.00415 0.751359 3.08963 0.705 3.17637L0.859594 3.65217L0.571172 3.44262C0.499477 3.59452 0.433899 3.74984 0.374953 3.90839L0.545274 4.43264H1.17391L0.66532 4.80213L0.859594 5.4L0.351023 5.03051L0.0463828 5.25185C0.0158906 5.49696 0 5.74662 0 6H6C6 2.68631 6 2.29566 6 0C4.81472 0 3.70981 0.343828 2.77931 0.936984V0.936984ZM3.01177 5.4L2.5032 5.03051L1.99463 5.4L2.1889 4.80213L1.6803 4.43264H2.30895L2.5032 3.83477L2.69745 4.43264H3.32609L2.81749 4.80213L3.01177 5.4ZM2.81749 3.0543L3.01177 3.65217L2.5032 3.28268L1.99463 3.65217L2.1889 3.0543L1.6803 2.68481H2.30895L2.5032 2.08695L2.69745 2.68481H3.32609L2.81749 3.0543ZM5.16394 5.4L4.65537 5.03051L4.1468 5.4L4.34107 4.80213L3.83248 4.43264H4.46112L4.65537 3.83477L4.84962 4.43264H5.47826L4.96966 4.80213L5.16394 5.4ZM4.96966 3.0543L5.16394 3.65217L4.65537 3.28268L4.1468 3.65217L4.34107 3.0543L3.83248 2.68481H4.46112L4.65537 2.08695L4.84962 2.68481H5.47826L4.96966 3.0543ZM4.96966 1.30648L5.16394 1.90434L4.65537 1.53485L4.1468 1.90434L4.34107 1.30648L3.83248 0.936984H4.46112L4.65537 0.339117L4.84962 0.936984H5.47826L4.96966 1.30648Z",
|
|
44
|
+
fill: "#0052B4"
|
|
45
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
46
|
+
id: "clip0_23259_161472"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
48
|
+
width: 12,
|
|
49
|
+
height: 12,
|
|
50
|
+
fill: "white"
|
|
51
|
+
}))));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
var _default = SvgComponent;
|
|
55
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
13
|
+
|
|
14
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
|
+
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
function SvgComponent(props) {
|
|
21
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
+
width: 12,
|
|
23
|
+
height: 12,
|
|
24
|
+
viewBox: "0 0 12 12",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
|
|
28
|
+
clipPath: "url(#clip0_23259_161472)"
|
|
29
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
30
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
31
|
+
fill: "#F0F0F0"
|
|
32
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
33
|
+
d: "M5.73926 5.99992H12.0001C12.0001 5.45837 11.9279 4.93375 11.7934 4.43469H5.73926V5.99992Z",
|
|
34
|
+
fill: "#D80027"
|
|
35
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
36
|
+
d: "M5.73926 2.86955H11.1195C10.7522 2.2702 10.2826 1.74045 9.73502 1.30432H5.73926V2.86955Z",
|
|
37
|
+
fill: "#D80027"
|
|
38
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
39
|
+
d: "M6.00004 12C7.41213 12 8.71003 11.512 9.73495 10.6957H2.26514C3.29006 11.512 4.58796 12 6.00004 12Z",
|
|
40
|
+
fill: "#D80027"
|
|
41
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
42
|
+
d: "M0.880732 9.13041H11.1194C11.4143 8.64927 11.643 8.12333 11.7934 7.56519H0.206787C0.357186 8.12333 0.585865 8.64927 0.880732 9.13041V9.13041Z",
|
|
43
|
+
fill: "#D80027"
|
|
44
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
45
|
+
d: "M2.77931 0.936984H3.32609L2.81749 1.30648L3.01177 1.90434L2.5032 1.53485L1.99463 1.90434L2.16244 1.38785C1.71464 1.76086 1.32216 2.19788 0.998719 2.68481H1.17391L0.850172 2.92001C0.799734 3.00415 0.751359 3.08963 0.705 3.17637L0.859594 3.65217L0.571172 3.44262C0.499477 3.59452 0.433899 3.74984 0.374953 3.90839L0.545274 4.43264H1.17391L0.66532 4.80213L0.859594 5.4L0.351023 5.03051L0.0463828 5.25185C0.0158906 5.49696 0 5.74662 0 6H6C6 2.68631 6 2.29566 6 0C4.81472 0 3.70981 0.343828 2.77931 0.936984V0.936984ZM3.01177 5.4L2.5032 5.03051L1.99463 5.4L2.1889 4.80213L1.6803 4.43264H2.30895L2.5032 3.83477L2.69745 4.43264H3.32609L2.81749 4.80213L3.01177 5.4ZM2.81749 3.0543L3.01177 3.65217L2.5032 3.28268L1.99463 3.65217L2.1889 3.0543L1.6803 2.68481H2.30895L2.5032 2.08695L2.69745 2.68481H3.32609L2.81749 3.0543ZM5.16394 5.4L4.65537 5.03051L4.1468 5.4L4.34107 4.80213L3.83248 4.43264H4.46112L4.65537 3.83477L4.84962 4.43264H5.47826L4.96966 4.80213L5.16394 5.4ZM4.96966 3.0543L5.16394 3.65217L4.65537 3.28268L4.1468 3.65217L4.34107 3.0543L3.83248 2.68481H4.46112L4.65537 2.08695L4.84962 2.68481H5.47826L4.96966 3.0543ZM4.96966 1.30648L5.16394 1.90434L4.65537 1.53485L4.1468 1.90434L4.34107 1.30648L3.83248 0.936984H4.46112L4.65537 0.339117L4.84962 0.936984H5.47826L4.96966 1.30648Z",
|
|
46
|
+
fill: "#0052B4"
|
|
47
|
+
})), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
|
|
48
|
+
id: "clip0_23259_161472"
|
|
49
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
|
|
50
|
+
width: 12,
|
|
51
|
+
height: 12,
|
|
52
|
+
fill: "white"
|
|
53
|
+
}))));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
var _default = SvgComponent;
|
|
57
|
+
exports["default"] = _default;
|
package/esm/index.js
CHANGED
|
@@ -136,4 +136,15 @@ import Visibility from "./svg/visibility";
|
|
|
136
136
|
import Wallet from "./svg/wallet";
|
|
137
137
|
import Whatsapp from "./svg/whatsapp";
|
|
138
138
|
import Youtube from "./svg/youtube";
|
|
139
|
-
|
|
139
|
+
import FlagArgentina from "./svg/flag_argentina";
|
|
140
|
+
import FlagBrazil from "./svg/flag_brazil";
|
|
141
|
+
import FlagChile from "./svg/flag_chile";
|
|
142
|
+
import FlagGermany from "./svg/flag_germany";
|
|
143
|
+
import FlagIreland from "./svg/flag_ireland";
|
|
144
|
+
import FlagItaly from "./svg/flag_italy";
|
|
145
|
+
import FlagMexico from "./svg/flag_mexico";
|
|
146
|
+
import FlagPortugal from "./svg/flag_portugal";
|
|
147
|
+
import FlagSpain from "./svg/flag_spain";
|
|
148
|
+
import FlagUK from "./svg/flag_uk";
|
|
149
|
+
import FlagUS from "./svg/flag_us";
|
|
150
|
+
export { Accessibility, Accessible, AddBooking, Add, AlertCircle, AlertTriangle, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, BankStatement, BarChart, BookingFilled, Booking, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CloseFilled, Close, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FavoriteFilled, Favorite, Filter, Google, Headphone, Heartbeat, HelpCircle, Help, History, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, Lock, LockerRoom, LogOut, Loop, MailRead, MailUnread, MapPin, Map, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, PinFilled, Play, PlayFilled, PlusCircle, Printer, QRCodeReader, QRCode, Refresh, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Signal, SmartphoneFilled, Smartphone, SortAscending, SortDescending, StarFilled, Star, SystemStatus, PriceTag, Time, TimeFilled, Token, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, Youtube, FlagArgentina, FlagBrazil, FlagChile, FlagGermany, FlagIreland, FlagItaly, FlagMexico, FlagPortugal, FlagSpain, FlagUK, FlagUS };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161550)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M6.0001 0C3.62133 0 1.56596 1.38434 0.595459 3.39131H11.4047C10.4342 1.38434 8.37884 0 6.0001 0V0Z",
|
|
19
|
+
fill: "#338AF3"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M6.0001 12C8.37884 12 10.4342 10.6156 11.4047 8.60864H0.595459C1.56596 10.6156 3.62133 12 6.0001 12Z",
|
|
22
|
+
fill: "#338AF3"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M7.79343 6.00001L7.06066 6.34471L7.45087 7.05437L6.65516 6.90215L6.55434 7.70596L6.00011 7.11477L5.44586 7.70596L5.34505 6.90215L4.54935 7.05435L4.93954 6.34468L4.20679 6.00001L4.93956 5.65532L4.54935 4.94568L5.34503 5.09788L5.44588 4.29407L6.00011 4.88525L6.55436 4.29407L6.65516 5.09788L7.45089 4.94568L7.06068 5.65534L7.79343 6.00001Z",
|
|
25
|
+
fill: "#FFDA44"
|
|
26
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
27
|
+
id: "clip0_23259_161550"
|
|
28
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
29
|
+
width: 12,
|
|
30
|
+
height: 12,
|
|
31
|
+
fill: "white"
|
|
32
|
+
}))));
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161542)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#6DA544"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M5.99997 2.34778L10.9565 5.99995L5.99997 9.65212L1.04346 5.99995L5.99997 2.34778Z",
|
|
19
|
+
fill: "#FFDA44"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M6.00003 8.08698C7.15262 8.08698 8.08698 7.15262 8.08698 6.00003C8.08698 4.84744 7.15262 3.91309 6.00003 3.91309C4.84744 3.91309 3.91309 4.84744 3.91309 6.00003C3.91309 7.15262 4.84744 8.08698 6.00003 8.08698Z",
|
|
22
|
+
fill: "#F0F0F0"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M4.95638 5.86963C4.59347 5.86963 4.24325 5.92482 3.91357 6.02725C3.92818 7.16725 4.85639 8.08703 5.99986 8.08703C6.70693 8.08703 7.33139 7.73507 7.7089 7.19715C7.06304 6.38863 6.06926 5.86963 4.95638 5.86963V5.86963Z",
|
|
25
|
+
fill: "#0052B4"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M8.04808 6.39987C8.0732 6.27041 8.08677 6.13684 8.08677 6.00003C8.08677 4.84742 7.15241 3.91309 5.99983 3.91309C5.13981 3.91309 4.40153 4.43342 4.08203 5.17634C4.36445 5.11782 4.65686 5.087 4.95637 5.087C6.16848 5.08698 7.26503 5.59084 8.04808 6.39987V6.39987Z",
|
|
28
|
+
fill: "#0052B4"
|
|
29
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
30
|
+
id: "clip0_23259_161542"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
32
|
+
width: 12,
|
|
33
|
+
height: 12,
|
|
34
|
+
fill: "white"
|
|
35
|
+
}))));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161534)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12.0001C9.31371 12.0001 12 9.31383 12 6.00012C12 2.68641 9.31371 0.00012207 6 0.00012207C2.68629 0.00012207 0 2.68641 0 6.00012C0 9.31383 2.68629 12.0001 6 12.0001Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M12 5.99997C12 9.31366 9.31369 12 6 12C2.68631 12 0 9.31366 0 5.99997C0 2.68628 6 5.99997 6 5.99997C6 5.99997 10.5413 5.99997 12 5.99997Z",
|
|
19
|
+
fill: "#D80027"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M0 6.00012C0 2.68643 2.68631 0.00012207 6 0.00012207V6.00012C6 6.00012 2.08695 6.00012 0 6.00012Z",
|
|
22
|
+
fill: "#0052B4"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M3.57156 2.08691L3.96009 3.28265H5.21734L4.2002 4.02163L4.5887 5.21737L3.57156 4.47836L2.55442 5.21737L2.94292 4.02163L1.92578 3.28265H3.18304L3.57156 2.08691Z",
|
|
25
|
+
fill: "#F0F0F0"
|
|
26
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
27
|
+
id: "clip0_23259_161534"
|
|
28
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
29
|
+
width: 12,
|
|
30
|
+
height: 12,
|
|
31
|
+
fill: "white"
|
|
32
|
+
}))));
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161526)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M0.373291 8.08703C1.22105 10.3718 3.42031 12.0001 6.00009 12.0001C8.57988 12.0001 10.7791 10.3718 11.6269 8.08703L6.00009 7.56531L0.373291 8.08703Z",
|
|
16
|
+
fill: "#FFDA44"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M6.00009 0C3.42031 0 1.22105 1.62825 0.373291 3.91306L6.00009 4.43477L11.6269 3.91303C10.7791 1.62825 8.57988 0 6.00009 0Z",
|
|
19
|
+
fill: "black"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M0.373195 3.91309C0.132023 4.56308 0 5.26611 0 6.00003C0 6.73395 0.132023 7.43698 0.373195 8.08698H11.6268C11.868 7.43698 12 6.73395 12 6.00003C12 5.26611 11.868 4.56308 11.6268 3.91309H0.373195Z",
|
|
22
|
+
fill: "#D80027"
|
|
23
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
24
|
+
id: "clip0_23259_161526"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
26
|
+
width: 12,
|
|
27
|
+
height: 12,
|
|
28
|
+
fill: "white"
|
|
29
|
+
}))));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161518)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M12 6.00007C12 3.42031 10.3717 1.22103 8.08691 0.373291V11.6269C10.3717 10.7791 12 8.57988 12 6.00007V6.00007Z",
|
|
19
|
+
fill: "#FF9811"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M0 6.00007C0 8.57989 1.62825 10.7791 3.91305 11.6269V0.373291C1.62825 1.22103 0 3.42031 0 6.00007V6.00007Z",
|
|
22
|
+
fill: "#6DA544"
|
|
23
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
24
|
+
id: "clip0_23259_161518"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
26
|
+
width: 12,
|
|
27
|
+
height: 12,
|
|
28
|
+
fill: "white"
|
|
29
|
+
}))));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161510)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M12 5.99997C12 3.42018 10.3717 1.22093 8.08691 0.373169V11.6268C10.3717 10.779 12 8.57976 12 5.99997V5.99997Z",
|
|
19
|
+
fill: "#D80027"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M0 5.99997C0 8.57976 1.62825 10.779 3.91305 11.6268V0.373169C1.62825 1.22093 0 3.42018 0 5.99997Z",
|
|
22
|
+
fill: "#6DA544"
|
|
23
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
24
|
+
id: "clip0_23259_161510"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
26
|
+
width: 12,
|
|
27
|
+
height: 12,
|
|
28
|
+
fill: "white"
|
|
29
|
+
}))));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161502)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M12 5.99998C12 3.62121 10.6156 1.56584 8.60864 0.595337V11.4046C10.6156 10.4341 12 8.37874 12 5.99998V5.99998Z",
|
|
19
|
+
fill: "#D80027"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M0 5.99998C0 8.37874 1.38434 10.4341 3.39131 11.4046V0.595337C1.38434 1.56584 0 3.62121 0 5.99998Z",
|
|
22
|
+
fill: "#6DA544"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M4.43481 6.00001C4.43481 6.86446 5.1356 7.56524 6.00004 7.56524C6.86449 7.56524 7.56527 6.86446 7.56527 6.00001V5.47827H4.43481V6.00001Z",
|
|
25
|
+
fill: "#6DA544"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M8.08702 4.95656H6.5218C6.5218 4.66842 6.28819 4.43481 6.00005 4.43481C5.71191 4.43481 5.47831 4.66842 5.47831 4.95656H3.91309C3.91309 5.24472 4.16408 5.4783 4.4522 5.4783H4.43483C4.43483 5.76646 4.66841 6.00004 4.95657 6.00004C4.95657 6.28821 5.19015 6.52178 5.47831 6.52178H6.5218C6.80996 6.52178 7.04354 6.28821 7.04354 6.00004C7.3317 6.00004 7.56528 5.76646 7.56528 5.4783H7.54789C7.83605 5.4783 8.08702 5.24472 8.08702 4.95656Z",
|
|
28
|
+
fill: "#FF9811"
|
|
29
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
30
|
+
id: "clip0_23259_161502"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
32
|
+
width: 12,
|
|
33
|
+
height: 12,
|
|
34
|
+
fill: "white"
|
|
35
|
+
}))));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161494)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M0 5.99997C0 8.57974 1.62825 10.779 3.91301 11.6268L4.43477 5.99995L3.91301 0.373169C1.62825 1.22095 0 3.42018 0 5.99997Z",
|
|
16
|
+
fill: "#6DA544"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M11.9998 6C11.9998 2.68631 9.31352 0 5.99983 0C5.26591 0 4.56286 0.132023 3.91284 0.373195V11.6268C4.56286 11.868 5.26591 12 5.99983 12C9.31352 12 11.9998 9.31369 11.9998 6Z",
|
|
19
|
+
fill: "#D80027"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M3.91312 8.08698C5.06571 8.08698 6.00006 7.15262 6.00006 6.00003C6.00006 4.84744 5.06571 3.91309 3.91312 3.91309C2.76053 3.91309 1.82617 4.84744 1.82617 6.00003C1.82617 7.15262 2.76053 8.08698 3.91312 8.08698Z",
|
|
22
|
+
fill: "#FFDA44"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M2.73901 4.95654V6.26089C2.73901 6.90922 3.26458 7.4348 3.91293 7.4348C4.56128 7.4348 5.08684 6.90924 5.08684 6.26089V4.95654H2.73901Z",
|
|
25
|
+
fill: "#D80027"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M3.91304 6.65217C3.69728 6.65217 3.52173 6.47662 3.52173 6.26086V5.73914H4.30433V6.26088C4.30433 6.47662 4.12878 6.65217 3.91304 6.65217Z",
|
|
28
|
+
fill: "#F0F0F0"
|
|
29
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
30
|
+
id: "clip0_23259_161494"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
32
|
+
width: 12,
|
|
33
|
+
height: 12,
|
|
34
|
+
fill: "white"
|
|
35
|
+
}))));
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161486)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M0 6.00004C0 6.73397 0.132023 7.437 0.373195 8.08699L6 8.60873L11.6268 8.08699C11.868 7.437 12 6.73397 12 6.00004C12 5.26612 11.868 4.56309 11.6268 3.9131L6 3.39136L0.373195 3.9131C0.132023 4.56309 0 5.26612 0 6.00004H0Z",
|
|
16
|
+
fill: "#FFDA44"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M11.6267 3.91305C10.7789 1.62827 8.57964 0 5.99985 0C3.42006 0 1.2208 1.62827 0.373047 3.91305H11.6267Z",
|
|
19
|
+
fill: "#D80027"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M0.373047 8.08691C1.2208 10.3717 3.42006 12 5.99985 12C8.57964 12 10.7789 10.3717 11.6267 8.08691H0.373047Z",
|
|
22
|
+
fill: "#D80027"
|
|
23
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
24
|
+
id: "clip0_23259_161486"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
26
|
+
width: 12,
|
|
27
|
+
height: 12,
|
|
28
|
+
fill: "white"
|
|
29
|
+
}))));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161478)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M1.2404 2.34717C0.769099 2.96036 0.413717 3.66712 0.206787 4.43491H3.32815L1.2404 2.34717Z",
|
|
19
|
+
fill: "#0052B4"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M11.7934 4.43489C11.5865 3.66712 11.2311 2.96036 10.7598 2.34717L8.67212 4.43489H11.7934Z",
|
|
22
|
+
fill: "#0052B4"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M0.206787 7.56531C0.41374 8.33307 0.769123 9.03983 1.2404 9.653L3.32808 7.56531H0.206787Z",
|
|
25
|
+
fill: "#0052B4"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M9.65291 1.24043C9.03971 0.769123 8.33298 0.41374 7.56519 0.206787V3.32812L9.65291 1.24043Z",
|
|
28
|
+
fill: "#0052B4"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M2.34717 10.7598C2.96036 11.2311 3.66712 11.5865 4.43489 11.7934V8.67212L2.34717 10.7598Z",
|
|
31
|
+
fill: "#0052B4"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M4.43486 0.206787C3.6671 0.41374 2.96034 0.769123 2.34717 1.2404L4.43486 3.3281V0.206787Z",
|
|
34
|
+
fill: "#0052B4"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M7.56519 11.7934C8.33295 11.5865 9.03971 11.2311 9.65288 10.7598L7.56519 8.67212V11.7934Z",
|
|
37
|
+
fill: "#0052B4"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M8.67212 7.56531L10.7598 9.65303C11.2311 9.03985 11.5865 8.33307 11.7934 7.56531H8.67212Z",
|
|
40
|
+
fill: "#0052B4"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M11.9492 5.2174H6.78265H6.78262V0.0507891C6.52643 0.0174375 6.26524 0 6 0C5.73471 0 5.47357 0.0174375 5.2174 0.0507891V5.21735V5.21738H0.0507891C0.0174375 5.47357 0 5.73476 0 6C0 6.26529 0.0174375 6.52643 0.0507891 6.7826H5.21735H5.21738V11.9492C5.47357 11.9826 5.73471 12 6 12C6.26524 12 6.52643 11.9826 6.7826 11.9492V6.78265V6.78262H11.9492C11.9826 6.52643 12 6.26529 12 6C12 5.73476 11.9826 5.47357 11.9492 5.2174V5.2174Z",
|
|
43
|
+
fill: "#D80027"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
d: "M7.56519 7.56521L10.2426 10.2426C10.3657 10.1195 10.4832 9.99083 10.5953 9.85742L8.30305 7.56519H7.56519V7.56521Z",
|
|
46
|
+
fill: "#D80027"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M4.43475 7.56519H4.43471L1.75732 10.2426C1.88042 10.3657 2.00911 10.4832 2.14252 10.5953L4.43475 8.30297V7.56519Z",
|
|
49
|
+
fill: "#D80027"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M4.43463 4.4348V4.43475L1.75723 1.75732C1.63409 1.88042 1.51662 2.00911 1.40454 2.14252L3.6968 4.43478H4.43463V4.4348Z",
|
|
52
|
+
fill: "#D80027"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M7.56519 4.43478L10.2426 1.75733C10.1195 1.63419 9.99082 1.51672 9.85742 1.40466L7.56519 3.69692V4.43478Z",
|
|
55
|
+
fill: "#D80027"
|
|
56
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
57
|
+
id: "clip0_23259_161478"
|
|
58
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
59
|
+
width: 12,
|
|
60
|
+
height: 12,
|
|
61
|
+
fill: "white"
|
|
62
|
+
}))));
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export default SvgComponent;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
function SvgComponent(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
width: 12,
|
|
8
|
+
height: 12,
|
|
9
|
+
viewBox: "0 0 12 12",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
13
|
+
clipPath: "url(#clip0_23259_161472)"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
|
|
16
|
+
fill: "#F0F0F0"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M5.73926 5.99992H12.0001C12.0001 5.45837 11.9279 4.93375 11.7934 4.43469H5.73926V5.99992Z",
|
|
19
|
+
fill: "#D80027"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M5.73926 2.86955H11.1195C10.7522 2.2702 10.2826 1.74045 9.73502 1.30432H5.73926V2.86955Z",
|
|
22
|
+
fill: "#D80027"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M6.00004 12C7.41213 12 8.71003 11.512 9.73495 10.6957H2.26514C3.29006 11.512 4.58796 12 6.00004 12Z",
|
|
25
|
+
fill: "#D80027"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M0.880732 9.13041H11.1194C11.4143 8.64927 11.643 8.12333 11.7934 7.56519H0.206787C0.357186 8.12333 0.585865 8.64927 0.880732 9.13041V9.13041Z",
|
|
28
|
+
fill: "#D80027"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M2.77931 0.936984H3.32609L2.81749 1.30648L3.01177 1.90434L2.5032 1.53485L1.99463 1.90434L2.16244 1.38785C1.71464 1.76086 1.32216 2.19788 0.998719 2.68481H1.17391L0.850172 2.92001C0.799734 3.00415 0.751359 3.08963 0.705 3.17637L0.859594 3.65217L0.571172 3.44262C0.499477 3.59452 0.433899 3.74984 0.374953 3.90839L0.545274 4.43264H1.17391L0.66532 4.80213L0.859594 5.4L0.351023 5.03051L0.0463828 5.25185C0.0158906 5.49696 0 5.74662 0 6H6C6 2.68631 6 2.29566 6 0C4.81472 0 3.70981 0.343828 2.77931 0.936984V0.936984ZM3.01177 5.4L2.5032 5.03051L1.99463 5.4L2.1889 4.80213L1.6803 4.43264H2.30895L2.5032 3.83477L2.69745 4.43264H3.32609L2.81749 4.80213L3.01177 5.4ZM2.81749 3.0543L3.01177 3.65217L2.5032 3.28268L1.99463 3.65217L2.1889 3.0543L1.6803 2.68481H2.30895L2.5032 2.08695L2.69745 2.68481H3.32609L2.81749 3.0543ZM5.16394 5.4L4.65537 5.03051L4.1468 5.4L4.34107 4.80213L3.83248 4.43264H4.46112L4.65537 3.83477L4.84962 4.43264H5.47826L4.96966 4.80213L5.16394 5.4ZM4.96966 3.0543L5.16394 3.65217L4.65537 3.28268L4.1468 3.65217L4.34107 3.0543L3.83248 2.68481H4.46112L4.65537 2.08695L4.84962 2.68481H5.47826L4.96966 3.0543ZM4.96966 1.30648L5.16394 1.90434L4.65537 1.53485L4.1468 1.90434L4.34107 1.30648L3.83248 0.936984H4.46112L4.65537 0.339117L4.84962 0.936984H5.47826L4.96966 1.30648Z",
|
|
31
|
+
fill: "#0052B4"
|
|
32
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
33
|
+
id: "clip0_23259_161472"
|
|
34
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
35
|
+
width: 12,
|
|
36
|
+
height: 12,
|
|
37
|
+
fill: "white"
|
|
38
|
+
}))));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export default SvgComponent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Yoga icon package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yoga",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/Gympass/yoga/issues"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "2249c0de370c820761a9afd6f904c0d680308e23",
|
|
33
33
|
"module": "./esm",
|
|
34
34
|
"private": false
|
|
35
35
|
}
|