@teamturing/icons 0.1.0 → 0.3.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 { SVGProps } from 'react';
2
+ declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFacebook;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgYoutube: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgYoutube;
package/dist/index.d.ts CHANGED
@@ -65,6 +65,7 @@ export { default as Eraser } from './Eraser';
65
65
  export { default as ExclamationPointInCircle } from './ExclamationPointInCircle';
66
66
  export { default as EyeOff } from './EyeOff';
67
67
  export { default as EyeOn } from './EyeOn';
68
+ export { default as Facebook } from './Facebook';
68
69
  export { default as FacebookColor } from './FacebookColor';
69
70
  export { default as Filter } from './Filter';
70
71
  export { default as Fire } from './Fire';
@@ -162,3 +163,4 @@ export { default as VoteColor } from './VoteColor';
162
163
  export { default as Warning } from './Warning';
163
164
  export { default as Wifi } from './Wifi';
164
165
  export { default as Wrong } from './Wrong';
166
+ export { default as Youtube } from './Youtube';
package/dist/index.js CHANGED
@@ -1048,6 +1048,17 @@ const SvgEyeOn = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1048
1048
  clipRule: "evenodd"
1049
1049
  }));
1050
1050
 
1051
+ const SvgFacebook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1052
+ xmlns: "http://www.w3.org/2000/svg",
1053
+ width: "1em",
1054
+ height: "1em",
1055
+ fill: "none",
1056
+ viewBox: "0 0 24 24"
1057
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1058
+ fill: "currentColor",
1059
+ d: "M17 2.119v3.168c-.301-.02-1.145-.05-2.108 0-1.205.063-1.386 1.026-1.386 1.491v2.486h3.373l-.451 3.541h-2.922V22H9.952v-9.195H7V9.264h2.952c-.01-.736-.024-2.293 0-2.64.03-.436-.12-1.989.994-3.2 1.114-1.212 1.897-1.305 2.952-1.398.843-.075 2.42.03 3.102.093Z"
1060
+ }));
1061
+
1051
1062
  const SvgFacebookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1052
1063
  xmlns: "http://www.w3.org/2000/svg",
1053
1064
  width: "1em",
@@ -2533,6 +2544,19 @@ const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
2533
2544
  clipRule: "evenodd"
2534
2545
  }));
2535
2546
 
2547
+ const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2548
+ xmlns: "http://www.w3.org/2000/svg",
2549
+ width: "1em",
2550
+ height: "1em",
2551
+ fill: "none",
2552
+ viewBox: "0 0 24 24"
2553
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2554
+ fill: "currentColor",
2555
+ fillRule: "evenodd",
2556
+ d: "M3 5a2 2 0 0 0-2 2v10.385a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H3Zm12.1 7.583a.5.5 0 0 0 0-.866l-4.275-2.468a.5.5 0 0 0-.75.433v4.936a.5.5 0 0 0 .75.433l4.275-2.468Z",
2557
+ clipRule: "evenodd"
2558
+ }));
2559
+
2536
2560
  exports.AimPoint = SvgAimPoint;
2537
2561
  exports.Alarm = SvgAlarm;
2538
2562
  exports.AppleColor = SvgAppleColor;
@@ -2600,6 +2624,7 @@ exports.Eraser = SvgEraser;
2600
2624
  exports.ExclamationPointInCircle = SvgExclamationPointInCircle;
2601
2625
  exports.EyeOff = SvgEyeOff;
2602
2626
  exports.EyeOn = SvgEyeOn;
2627
+ exports.Facebook = SvgFacebook;
2603
2628
  exports.FacebookColor = SvgFacebookColor;
2604
2629
  exports.Filter = SvgFilter;
2605
2630
  exports.Fire = SvgFire;
@@ -2697,3 +2722,4 @@ exports.VoteColor = SvgVoteColor;
2697
2722
  exports.Warning = SvgWarning;
2698
2723
  exports.Wifi = SvgWifi;
2699
2724
  exports.Wrong = SvgWrong;
2725
+ exports.Youtube = SvgYoutube;
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFacebook = 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: "currentColor",
12
+ d: "M17 2.119v3.168c-.301-.02-1.145-.05-2.108 0-1.205.063-1.386 1.026-1.386 1.491v2.486h3.373l-.451 3.541h-2.922V22H9.952v-9.195H7V9.264h2.952c-.01-.736-.024-2.293 0-2.64.03-.436-.12-1.989.994-3.2 1.114-1.212 1.897-1.305 2.952-1.398.843-.075 2.42.03 3.102.093Z"
13
+ }));
14
+
15
+ export { SvgFacebook as default };
package/esm/Youtube.js ADDED
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgYoutube = 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: "currentColor",
12
+ fillRule: "evenodd",
13
+ d: "M3 5a2 2 0 0 0-2 2v10.385a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H3Zm12.1 7.583a.5.5 0 0 0 0-.866l-4.275-2.468a.5.5 0 0 0-.75.433v4.936a.5.5 0 0 0 .75.433l4.275-2.468Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgYoutube as default };
package/esm/index.js CHANGED
@@ -65,6 +65,7 @@ export { default as Eraser } from './Eraser.js';
65
65
  export { default as ExclamationPointInCircle } from './ExclamationPointInCircle.js';
66
66
  export { default as EyeOff } from './EyeOff.js';
67
67
  export { default as EyeOn } from './EyeOn.js';
68
+ export { default as Facebook } from './Facebook.js';
68
69
  export { default as FacebookColor } from './FacebookColor.js';
69
70
  export { default as Filter } from './Filter.js';
70
71
  export { default as Fire } from './Fire.js';
@@ -162,3 +163,4 @@ export { default as VoteColor } from './VoteColor.js';
162
163
  export { default as Warning } from './Warning.js';
163
164
  export { default as Wifi } from './Wifi.js';
164
165
  export { default as Wrong } from './Wrong.js';
166
+ export { default as Youtube } from './Youtube.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "0.1.0",
3
+ "version": "0.3.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",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "react": "^18.2.0"
32
32
  },
33
- "gitHead": "05144b3b06bc5b4acdc51419ad37d92d3648d129"
33
+ "gitHead": "866f673e700d279e81417407cad407d766017586"
34
34
  }