@teamturing/icons 1.17.6 → 1.18.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 type { SVGProps } from 'react';
2
+ declare const SvgLogoApple: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLogoApple;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgLogoFacebook: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLogoFacebook;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgLogoKakao: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLogoKakao;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgLogoNaver: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLogoNaver;
package/dist/index.d.ts CHANGED
@@ -94,7 +94,11 @@ export { default as LineThreeIcon } from './LineThree';
94
94
  export { default as LinkIcon } from './Link';
95
95
  export { default as LockIcon } from './Lock';
96
96
  export { default as LockColorIcon } from './LockColor';
97
+ export { default as LogoAppleIcon } from './LogoApple';
97
98
  export { default as LogoColorIcon } from './LogoColor';
99
+ export { default as LogoFacebookIcon } from './LogoFacebook';
100
+ export { default as LogoKakaoIcon } from './LogoKakao';
101
+ export { default as LogoNaverIcon } from './LogoNaver';
98
102
  export { default as MaxsizeIcon } from './Maxsize';
99
103
  export { default as MinsizeIcon } from './Minsize';
100
104
  export { default as MinusIcon } from './Minus';
package/dist/index.js CHANGED
@@ -1488,6 +1488,19 @@ const SvgLockColor = props => /*#__PURE__*/React__namespace.createElement("svg",
1488
1488
  stopColor: "#F14BFF"
1489
1489
  }))));
1490
1490
 
1491
+ const SvgLogoApple = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1492
+ xmlns: "http://www.w3.org/2000/svg",
1493
+ width: "1em",
1494
+ height: "1em",
1495
+ fill: "none",
1496
+ viewBox: "0 0 24 24"
1497
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1498
+ fill: "#000",
1499
+ fillRule: "evenodd",
1500
+ d: "M14.944 4.502c-.658.784-1.776 1.373-2.658 1.373-.099 0-.198-.013-.26-.025a1.664 1.664 0 0 1-.038-.343c0-1.005.522-1.986 1.068-2.61.708-.822 1.9-1.434 2.87-1.471.024.11.037.245.037.38 0 .992-.423 1.985-1.019 2.696Zm-4.32 15.836c-.442.187-.862.365-1.43.365-1.218 0-2.075-1.103-3.031-2.451-1.13-1.593-2.05-4.057-2.05-6.385 0-3.75 2.472-5.736 4.906-5.736.713 0 1.364.259 1.94.488.459.182.87.345 1.227.345.323 0 .72-.155 1.181-.335.64-.25 1.401-.547 2.26-.547.559 0 2.558.05 3.862 1.912a.98.98 0 0 1-.047.031c-.324.211-2.052 1.337-2.052 3.646 0 2.855 2.534 3.872 2.608 3.897-.012.061-.41 1.385-1.328 2.733-.833 1.176-1.714 2.377-3.043 2.377-.643 0-1.056-.18-1.483-.367-.456-.199-.927-.405-1.71-.405-.792 0-1.315.222-1.81.432Z",
1501
+ clipRule: "evenodd"
1502
+ }));
1503
+
1491
1504
  const SvgLogoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1492
1505
  xmlns: "http://www.w3.org/2000/svg",
1493
1506
  width: "1em",
@@ -1506,6 +1519,43 @@ const SvgLogoColor = props => /*#__PURE__*/React__namespace.createElement("svg",
1506
1519
  clipRule: "evenodd"
1507
1520
  }));
1508
1521
 
1522
+ const SvgLogoFacebook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1523
+ xmlns: "http://www.w3.org/2000/svg",
1524
+ width: "1em",
1525
+ height: "1em",
1526
+ fill: "none",
1527
+ viewBox: "0 0 24 24"
1528
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1529
+ fill: "#fff",
1530
+ fillRule: "evenodd",
1531
+ d: "m16.214 13.282.622-3.952h-3.89V6.766c0-1.081.543-2.135 2.285-2.135H17V1.267S15.395 1 13.86 1c-3.204 0-5.298 1.892-5.298 5.318V9.33H5v3.952h3.562v9.552a14.494 14.494 0 0 0 4.383 0v-9.552h3.269Z",
1532
+ clipRule: "evenodd"
1533
+ }));
1534
+
1535
+ const SvgLogoKakao = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1536
+ xmlns: "http://www.w3.org/2000/svg",
1537
+ width: "1em",
1538
+ height: "1em",
1539
+ fill: "none",
1540
+ viewBox: "0 0 24 24"
1541
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1542
+ fill: "#391B1B",
1543
+ fillRule: "evenodd",
1544
+ d: "M12.002 4.063c-4.79 0-8.674 3.07-8.674 6.857 0 2.465 1.646 4.625 4.115 5.834-.181.677-.657 2.454-.752 2.834-.118.472.173.465.363.338.149-.099 2.377-1.613 3.338-2.267.522.077 1.06.119 1.61.119 4.79 0 8.674-3.071 8.674-6.858 0-3.787-3.884-6.857-8.674-6.857Z",
1545
+ clipRule: "evenodd"
1546
+ }));
1547
+
1548
+ const SvgLogoNaver = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1549
+ xmlns: "http://www.w3.org/2000/svg",
1550
+ width: "1em",
1551
+ height: "1em",
1552
+ fill: "none",
1553
+ viewBox: "0 0 24 24"
1554
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1555
+ fill: "#fff",
1556
+ d: "M14.865 4v8.073L9.163 4H3v16h6.135v-8.073L14.837 20H21V4h-6.135Z"
1557
+ }));
1558
+
1509
1559
  const SvgMaxsize = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1510
1560
  xmlns: "http://www.w3.org/2000/svg",
1511
1561
  width: "1em",
@@ -3168,7 +3218,11 @@ exports.LineThreeIcon = SvgLineThree;
3168
3218
  exports.LinkIcon = SvgLink;
3169
3219
  exports.LockColorIcon = SvgLockColor;
3170
3220
  exports.LockIcon = SvgLock;
3221
+ exports.LogoAppleIcon = SvgLogoApple;
3171
3222
  exports.LogoColorIcon = SvgLogoColor;
3223
+ exports.LogoFacebookIcon = SvgLogoFacebook;
3224
+ exports.LogoKakaoIcon = SvgLogoKakao;
3225
+ exports.LogoNaverIcon = SvgLogoNaver;
3172
3226
  exports.MaxsizeIcon = SvgMaxsize;
3173
3227
  exports.MinsizeIcon = SvgMinsize;
3174
3228
  exports.MinusIcon = SvgMinus;
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgLogoApple = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#000",
12
+ fillRule: "evenodd",
13
+ d: "M14.944 4.502c-.658.784-1.776 1.373-2.658 1.373-.099 0-.198-.013-.26-.025a1.664 1.664 0 0 1-.038-.343c0-1.005.522-1.986 1.068-2.61.708-.822 1.9-1.434 2.87-1.471.024.11.037.245.037.38 0 .992-.423 1.985-1.019 2.696Zm-4.32 15.836c-.442.187-.862.365-1.43.365-1.218 0-2.075-1.103-3.031-2.451-1.13-1.593-2.05-4.057-2.05-6.385 0-3.75 2.472-5.736 4.906-5.736.713 0 1.364.259 1.94.488.459.182.87.345 1.227.345.323 0 .72-.155 1.181-.335.64-.25 1.401-.547 2.26-.547.559 0 2.558.05 3.862 1.912a.98.98 0 0 1-.047.031c-.324.211-2.052 1.337-2.052 3.646 0 2.855 2.534 3.872 2.608 3.897-.012.061-.41 1.385-1.328 2.733-.833 1.176-1.714 2.377-3.043 2.377-.643 0-1.056-.18-1.483-.367-.456-.199-.927-.405-1.71-.405-.792 0-1.315.222-1.81.432Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgLogoApple as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgLogoFacebook = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#fff",
12
+ fillRule: "evenodd",
13
+ d: "m16.214 13.282.622-3.952h-3.89V6.766c0-1.081.543-2.135 2.285-2.135H17V1.267S15.395 1 13.86 1c-3.204 0-5.298 1.892-5.298 5.318V9.33H5v3.952h3.562v9.552a14.494 14.494 0 0 0 4.383 0v-9.552h3.269Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgLogoFacebook as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgLogoKakao = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#391B1B",
12
+ fillRule: "evenodd",
13
+ d: "M12.002 4.063c-4.79 0-8.674 3.07-8.674 6.857 0 2.465 1.646 4.625 4.115 5.834-.181.677-.657 2.454-.752 2.834-.118.472.173.465.363.338.149-.099 2.377-1.613 3.338-2.267.522.077 1.06.119 1.61.119 4.79 0 8.674-3.071 8.674-6.858 0-3.787-3.884-6.857-8.674-6.857Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgLogoKakao as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgLogoNaver = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fill: "#fff",
12
+ d: "M14.865 4v8.073L9.163 4H3v16h6.135v-8.073L14.837 20H21V4h-6.135Z"
13
+ }));
14
+
15
+ export { SvgLogoNaver as default };
package/esm/index.js CHANGED
@@ -94,7 +94,11 @@ export { default as LineThreeIcon } from './LineThree.js';
94
94
  export { default as LinkIcon } from './Link.js';
95
95
  export { default as LockIcon } from './Lock.js';
96
96
  export { default as LockColorIcon } from './LockColor.js';
97
+ export { default as LogoAppleIcon } from './LogoApple.js';
97
98
  export { default as LogoColorIcon } from './LogoColor.js';
99
+ export { default as LogoFacebookIcon } from './LogoFacebook.js';
100
+ export { default as LogoKakaoIcon } from './LogoKakao.js';
101
+ export { default as LogoNaverIcon } from './LogoNaver.js';
98
102
  export { default as MaxsizeIcon } from './Maxsize.js';
99
103
  export { default as MinsizeIcon } from './Minsize.js';
100
104
  export { default as MinusIcon } from './Minus.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.17.6",
3
+ "version": "1.18.0",
4
4
  "description": "Icon components for React based project",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "react": "^18.2.0"
40
40
  },
41
- "gitHead": "4ea806dbd2292b60bade45b006c20df693b47e7a"
41
+ "gitHead": "4c1e2be6f38fd3f545014b907ac5180854095197"
42
42
  }
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.9443 4.50193C14.286 5.28629 13.1682 5.87456 12.2864 5.87456C12.187 5.87456 12.0876 5.8623 12.0255 5.85005C12.0131 5.80102 11.9883 5.65396 11.9883 5.50689C11.9883 4.50193 12.5099 3.52149 13.0564 2.89645C13.7643 2.07533 14.9567 1.46255 15.9254 1.42578C15.9503 1.53608 15.9627 1.67089 15.9627 1.8057C15.9627 2.79841 15.5404 3.79111 14.9443 4.50193ZM10.6243 20.3376C10.1816 20.5252 9.7622 20.7029 9.19309 20.7029C7.97592 20.7029 7.11894 19.5999 6.16259 18.2518C5.03237 16.6586 4.11328 14.1952 4.11328 11.8667C4.11328 8.11646 6.58487 6.13105 9.0192 6.13105C9.73213 6.13105 10.3833 6.38988 10.9599 6.61905C11.418 6.8011 11.8289 6.96443 12.1863 6.96443C12.5091 6.96443 12.9062 6.80936 13.3673 6.62923C14.0062 6.37967 14.7683 6.08203 15.6267 6.08203C16.1856 6.08203 18.1852 6.13105 19.4893 7.9939C19.4818 7.99969 19.4657 8.01018 19.4422 8.02545C19.1183 8.23647 17.3903 9.36207 17.3903 11.6706C17.3903 14.5261 19.924 15.5433 19.9985 15.5678C19.9861 15.6291 19.5887 16.9527 18.6696 18.3008C17.8374 19.4774 16.9556 20.6784 15.6267 20.6784C14.984 20.6784 14.5708 20.4979 14.144 20.3114C13.6883 20.1122 13.2172 19.9063 12.4347 19.9063C11.6418 19.9063 11.1186 20.1281 10.6243 20.3376Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2137 13.2816L16.8356 9.3301H12.9452V6.76584C12.9452 5.6848 13.4886 4.63107 15.2312 4.63107H17V1.26699C17 1.26699 15.3947 1 13.86 1C10.6558 1 8.56164 2.89243 8.56164 6.31845V9.3301H5V13.2816H8.56164V22.8339C9.27581 22.9431 10.0078 23 10.7534 23C11.4991 23 12.231 22.9431 12.9452 22.8339V13.2816H16.2137Z" fill="white"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.002 4.06305C7.21135 4.06305 3.32812 7.13287 3.32812 10.9202C3.32812 13.3852 4.97351 15.5454 7.44295 16.7541C7.26155 17.4315 6.78609 19.2081 6.6906 19.5881C6.57323 20.0598 6.86369 20.0534 7.05386 19.9264C7.20295 19.8271 9.43073 18.3129 10.3919 17.6591C10.9135 17.7364 11.4516 17.7775 12.002 17.7775C16.7924 17.7775 20.6758 14.707 20.6758 10.9202C20.6758 7.13287 16.7924 4.06305 12.002 4.06305Z" fill="#391B1B"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.8649 4V12.0731L9.16335 4H3V20H9.13508V11.9269L14.8367 20H21V4H14.8649Z" fill="white"/>
3
+ </svg>