@pretto/picto 4.18.0 → 4.19.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/esm/picto.js CHANGED
@@ -104,14 +104,14 @@ const Archive = props => {
104
104
  var SVGComponent$2s = (({
105
105
  as: Component = "svg",
106
106
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
107
- d: "m28.7,30.65l3.99-3.98-8.65-8.66-8.66,8.66L.49,11.77l3.12-3.12,11.77,11.78,8.66-8.66,11.77,11.78,3.99-3.99.69,11.79-11.79-.7Z"
107
+ d: "M28.21,30.65l3.99-3.98-8.65-8.66-8.66,8.66L0,11.77l3.12-3.12,11.77,11.78,8.66-8.66,11.77,11.78,3.99-3.99,.69,11.79-11.79-.7Z"
108
108
  })),
109
109
  ...props
110
110
  }) => /*#__PURE__*/React.createElement(Component, _extends({
111
111
  xmlns: "http://www.w3.org/2000/svg",
112
- width: "41",
112
+ width: "40",
113
113
  height: "40",
114
- viewBox: "0 0 41 40",
114
+ viewBox: "0 0 40 40",
115
115
  fill: "currentColor"
116
116
  }, props), children));
117
117
 
@@ -129,14 +129,14 @@ const ArrowDirectionDown = props => {
129
129
  var SVGComponent$2r = (({
130
130
  as: Component = "svg",
131
131
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
132
- d: "m40.49,20l-8.82-7.85v5.65H.49s0,4.4,0,4.4h31.18s-.01,5.65-.01,5.65l8.83-7.85Z"
132
+ d: "M40,20l-8.82-7.85v5.65H0S0,22.2,0,22.2H31.18s-.01,5.65-.01,5.65l8.83-7.85Z"
133
133
  })),
134
134
  ...props
135
135
  }) => /*#__PURE__*/React.createElement(Component, _extends({
136
136
  xmlns: "http://www.w3.org/2000/svg",
137
- width: "41",
137
+ width: "40",
138
138
  height: "40",
139
- viewBox: "0 0 41 40",
139
+ viewBox: "0 0 40 40",
140
140
  fill: "currentColor"
141
141
  }, props), children));
142
142
 
@@ -154,14 +154,14 @@ const ArrowDirectionEgal = props => {
154
154
  var SVGComponent$2q = (({
155
155
  as: Component = "svg",
156
156
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
157
- d: "m28.7,9.35l3.99,3.98-8.65,8.66-8.66-8.66L.49,28.23l3.12,3.12,11.77-11.78,8.66,8.66,11.77-11.78,3.99,3.99.69-11.79-11.79.7Z"
157
+ d: "M28.21,9.35l3.99,3.98-8.65,8.66L14.89,13.33,0,28.23l3.12,3.12,11.77-11.78,8.66,8.66,11.77-11.78,3.99,3.99,.69-11.79-11.79,.7Z"
158
158
  })),
159
159
  ...props
160
160
  }) => /*#__PURE__*/React.createElement(Component, _extends({
161
161
  xmlns: "http://www.w3.org/2000/svg",
162
- width: "41",
162
+ width: "40",
163
163
  height: "40",
164
- viewBox: "0 0 41 40",
164
+ viewBox: "0 0 40 40",
165
165
  fill: "currentColor"
166
166
  }, props), children));
167
167