@100mslive/react-icons 0.8.13 → 0.8.15-alpha.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/dist/PauseIcon.js CHANGED
@@ -1,2 +1,2 @@
1
- import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{d:"M11.875 4a7.875 7.875 0 1 0 0 15.75 7.875 7.875 0 0 0 0-15.75ZM10.75 14.688a1.125 1.125 0 1 1-2.25 0V9.061a1.125 1.125 0 0 1 2.25 0v5.626Zm4.5 0a1.125 1.125 0 1 1-2.25 0V9.061a1.125 1.125 0 1 1 2.25 0v5.626Z",fill:"currentColor"}));export{t as default};
1
+ import*as e from"react";var t=t=>e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 9 12",fill:"none"},t),e.createElement("path",{d:"M6.254.167h2.503V11.85H6.254V.167ZM.833.167h2.504V11.85H.833V.167Z",fill:"currentColor"}));export{t as default};
2
2
  //# sourceMappingURL=PauseIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PauseIcon.js","sources":["../src/PauseIcon.tsx"],"sourcesContent":[null],"names":["PauseIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d"],"mappings":"wBAUA,IAAAA,EARsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EACEC,cAAA,OAAA,CAAAQ,EAAE,kNACFF,KAAK"}
1
+ {"version":3,"file":"PauseIcon.js","sources":["../src/PauseIcon.tsx"],"sourcesContent":[null],"names":["PauseIcon_default","props","React","createElement","Object","assign","xmlns","width","height","viewBox","fill","d"],"mappings":"wBAOA,IAAAA,EALsBC,GACpBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,6BAA6BC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,WAAWC,KAAK,QAAWT,GACpGC,EAAMC,cAAA,OAAA,CAAAQ,EAAE,qEAAqED,KAAK"}
package/dist/PlayIcon.js CHANGED
@@ -1,2 +1,2 @@
1
- import*as e from"react";var t=t=>e.createElement("svg",Object.assign({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),e.createElement("path",{d:"M12 4.125a7.875 7.875 0 1 0 0 15.75 7.875 7.875 0 0 0 0-15.75Zm3.572 8.57-4.5 3.094a.84.84 0 0 1-.801.085.842.842 0 0 1-.521-.78V8.906a.844.844 0 0 1 1.322-.695l4.5 3.094a.845.845 0 0 1 0 1.39Z",fill:"currentColor"}));export{t as default};
1
+ import*as e from"react";var t=t=>e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 20 20",fill:"none"},t),e.createElement("path",{d:"M14.1 8.84 8.09 4.445a1.47 1.47 0 0 0-.706-.27 1.532 1.532 0 0 0-.758.109 1.343 1.343 0 0 0-.576.451c-.14.196-.215.424-.216.656v9.235c.001.232.076.46.216.655.14.196.34.353.576.452.236.099.499.136.758.107a1.47 1.47 0 0 0 .705-.268l6.012-4.395c.194-.142.35-.32.457-.521.107-.202.163-.422.163-.645 0-.223-.056-.443-.163-.645a1.547 1.547 0 0 0-.457-.52V8.84Z",fill:"currentColor"}));export{t as default};
2
2
  //# sourceMappingURL=PlayIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlayIcon.js","sources":["../src/PlayIcon.tsx"],"sourcesContent":[null],"names":["PlayIcon_default","props","React","createElement","Object","assign","width","height","viewBox","fill","xmlns","d"],"mappings":"wBAUA,IAAAA,EARqBC,GACnBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAAiCT,GACrGC,EACEC,cAAA,OAAA,CAAAQ,EAAE,oMACFF,KAAK"}
1
+ {"version":3,"file":"PlayIcon.js","sources":["../src/PlayIcon.tsx"],"sourcesContent":[null],"names":["PlayIcon_default","props","React","createElement","Object","assign","xmlns","width","height","viewBox","fill","d"],"mappings":"wBAUA,IAAAA,EARqBC,GACnBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,6BAA6BC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,QAAWT,GACrGC,EACEC,cAAA,OAAA,CAAAQ,EAAE,qWACFD,KAAK"}
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ declare const SvgVolumeTwoIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgVolumeTwoIcon;
@@ -0,0 +1,2 @@
1
+ import*as e from"react";var l=l=>e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 20 20",fill:"none"},l),e.createElement("path",{d:"M14.784 5.192a.654.654 0 0 0-.926.925 5.888 5.888 0 0 1 0 8.325.654.654 0 1 0 .926.925 7.196 7.196 0 0 0 0-10.175Z",fill:"currentColor"}),e.createElement("path",{d:"M12.474 7.5a.654.654 0 1 0-.925.926 2.617 2.617 0 0 1 0 3.7.654.654 0 1 0 .925.925 3.925 3.925 0 0 0 0-5.55Z",fill:"currentColor"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.696 5.7a.654.654 0 0 0-1.063-.51L5.541 7.661H3.154a.654.654 0 0 0-.654.655v3.925c0 .36.293.654.654.654h2.387l3.092 2.473a.654.654 0 0 0 1.063-.51v-9.16ZM6.18 8.827l2.208-1.766v6.436L6.18 11.731a.654.654 0 0 0-.41-.143H3.809V8.97h1.963c.148 0 .293-.05.409-.144Z",fill:"currentColor"}));export{l as default};
2
+ //# sourceMappingURL=VolumeTwoIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VolumeTwoIcon.js","sources":["../src/VolumeTwoIcon.tsx"],"sourcesContent":[null],"names":["VolumeTwoIcon_default","props","React","createElement","Object","assign","xmlns","width","height","viewBox","fill","d","fillRule","clipRule"],"mappings":"wBAoBA,IAAAA,EAlB0BC,GACxBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,6BAA6BC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,QAAWT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,EAAE,qHACFD,KAAK,iBAEPR,EAAAC,cAAA,OAAA,CACEQ,EAAE,+GACFD,KAAK,iBAEPR,EAAAC,cAAA,OAAA,CACES,SAAS,UACTC,SAAS,UACTF,EAAE,0QACFD,KAAK"}
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ declare const SvgVolumeZeroIcon: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgVolumeZeroIcon;
@@ -0,0 +1,2 @@
1
+ import*as e from"react";var l=l=>e.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 40 40",fill:"none"},l),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.77 10.13c.457.22.748.682.748 1.19v18.477a1.32 1.32 0 0 1-2.145 1.03l-6.237-4.99H6.32A1.32 1.32 0 0 1 5 24.517V16.6c0-.729.59-1.32 1.32-1.32h4.816l6.237-4.99a1.32 1.32 0 0 1 1.397-.159Zm-1.892 3.936-4.455 3.563a1.32 1.32 0 0 1-.824.29h-3.96v5.279h3.96c.3 0 .59.102.824.29l4.455 3.563V14.066Z",fill:"currentColor"}),e.createElement("path",{d:"M34.969 15.666a1.32 1.32 0 0 1 0 1.866l-3.027 3.026 3.027 3.026a1.32 1.32 0 0 1-1.867 1.867l-3.026-3.026-3.026 3.026a1.32 1.32 0 0 1-1.867-1.867l3.027-3.026-3.027-3.026a1.32 1.32 0 1 1 1.867-1.866l3.026 3.026 3.026-3.026a1.32 1.32 0 0 1 1.867 0Z",fill:"currentColor"}));export{l as default};
2
+ //# sourceMappingURL=VolumeZeroIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VolumeZeroIcon.js","sources":["../src/VolumeZeroIcon.tsx"],"sourcesContent":[null],"names":["VolumeZeroIcon_default","props","React","createElement","Object","assign","xmlns","width","height","viewBox","fill","fillRule","clipRule","d"],"mappings":"wBAgBA,IAAAA,EAd2BC,GACzBC,EAAKC,cAAA,MAAAC,OAAAC,OAAA,CAAAC,MAAM,6BAA6BC,MAAM,OAAOC,OAAO,OAAOC,QAAQ,YAAYC,KAAK,QAAWT,GACrGC,EAAAC,cAAA,OAAA,CACEQ,SAAS,UACTC,SAAS,UACTC,EAAE,ySACFH,KAAK,iBAEPR,EACEC,cAAA,OAAA,CAAAU,EAAE,wPACFH,KAAK"}