@d-matrix/icons-react 0.76.0 → 0.78.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,4 @@
1
+ import { default as React } from 'react';
2
+ import { DMIconProps } from '../../dm-icon';
3
+ declare const NewTextColored: React.ForwardRefExoticComponent<Omit<Omit<DMIconProps, "icon">, "ref"> & React.RefAttributes<HTMLSpanElement>>;
4
+ export default NewTextColored;
@@ -0,0 +1 @@
1
+ "use strict";const t=require("../../dm-icon-BH9flhEB.cjs"),a=require("react/jsx-runtime"),e=require("react"),s=["title","titleId"],d=e.forwardRef((n,i)=>a.jsx(t.DMIcon,t._objectSpread2(t._objectSpread2({ref:i},n),{},{icon:l=>{let{title:r,titleId:o}=l,c=t._objectWithoutProperties(l,s);return e.createElement("svg",t._objectSpread2({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 22 12","aria-hidden":"true",focusable:"false","aria-labelledby":o},c),r?e.createElement("title",{id:o},r):null,e.createElement("path",{fill:"url(#paint0_linear_8308_24848)",d:"M10.593 4.069c1.656 0 2.296 1.056 2.07 2.663l-.09.649H8.916c-.136 1.045.236 1.562 1.247 1.562.522 0 .998-.143 1.45-.517l.425.935c-.712.561-1.42.694-2.22.694-1.822 0-2.494-.99-2.211-3.004.255-1.815 1.174-2.982 2.985-2.982M5.11 7.38 5.855 2h1.41L6.153 9.922H4.797L2.209 4.377l-.78 5.545H.02L1.132 2h1.456zm9.98.737L16.685 4.2h1.333l.48 3.939 1.52-3.939h1.434l-2.46 5.721h-1.433L17.08 6.05l-1.667 3.873h-1.41l-.807-5.721h1.521zm-4.693-2.96c-.777 0-1.227.506-1.346 1.276h2.333c.11-.78-.22-1.275-.987-1.276"}),e.createElement("defs",null,e.createElement("linearGradient",{id:"paint0_linear_8308_24848",x1:11.446,x2:10.996,y1:2,y2:7.261,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#09F778"}),e.createElement("stop",{offset:1,stopColor:"#82FFF1"}))))}})));module.exports=d;
@@ -0,0 +1,46 @@
1
+ import { D as c, _ as t, a as s } from "../../dm-icon-C2_uAjH7.js";
2
+ import { jsx as d } from "react/jsx-runtime";
3
+ import e from "react";
4
+ const m = ["title", "titleId"], u = e.forwardRef((a, i) => /* @__PURE__ */ d(c, t(t({
5
+ ref: i
6
+ }, a), {}, {
7
+ icon: (
8
+ // @ts-expect-error TODO improve TS type
9
+ (l) => {
10
+ let {
11
+ title: r,
12
+ titleId: o
13
+ } = l, n = s(l, m);
14
+ return e.createElement("svg", t({
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ width: "1em",
17
+ height: "1em",
18
+ fill: "currentColor",
19
+ viewBox: "0 0 22 12",
20
+ "aria-hidden": "true",
21
+ focusable: "false",
22
+ "aria-labelledby": o
23
+ }, n), r ? e.createElement("title", {
24
+ id: o
25
+ }, r) : null, e.createElement("path", {
26
+ fill: "url(#paint0_linear_8308_24848)",
27
+ d: "M10.593 4.069c1.656 0 2.296 1.056 2.07 2.663l-.09.649H8.916c-.136 1.045.236 1.562 1.247 1.562.522 0 .998-.143 1.45-.517l.425.935c-.712.561-1.42.694-2.22.694-1.822 0-2.494-.99-2.211-3.004.255-1.815 1.174-2.982 2.985-2.982M5.11 7.38 5.855 2h1.41L6.153 9.922H4.797L2.209 4.377l-.78 5.545H.02L1.132 2h1.456zm9.98.737L16.685 4.2h1.333l.48 3.939 1.52-3.939h1.434l-2.46 5.721h-1.433L17.08 6.05l-1.667 3.873h-1.41l-.807-5.721h1.521zm-4.693-2.96c-.777 0-1.227.506-1.346 1.276h2.333c.11-.78-.22-1.275-.987-1.276"
28
+ }), e.createElement("defs", null, e.createElement("linearGradient", {
29
+ id: "paint0_linear_8308_24848",
30
+ x1: 11.446,
31
+ x2: 10.996,
32
+ y1: 2,
33
+ y2: 7.261,
34
+ gradientUnits: "userSpaceOnUse"
35
+ }, e.createElement("stop", {
36
+ stopColor: "#09F778"
37
+ }), e.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "#82FFF1"
40
+ }))));
41
+ }
42
+ )
43
+ })));
44
+ export {
45
+ u as default
46
+ };
@@ -1242,6 +1242,7 @@ export { default as MusicRectangleAdd } from './MusicRectangleAdd';
1242
1242
  export { default as MusicRectangleAddFilled } from './MusicRectangleAddFilled';
1243
1243
  export { default as NavigationArrow } from './NavigationArrow';
1244
1244
  export { default as NavigationArrowFilled } from './NavigationArrowFilled';
1245
+ export { default as NewTextColored } from './NewTextColored';
1245
1246
  export { default as Next } from './Next';
1246
1247
  export { default as NextFilled } from './NextFilled';
1247
1248
  export { default as NoExpression } from './NoExpression';