@vkontakte/icons 1.186.0 → 1.187.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/28/chevron_left.js +8 -0
- package/dist/es6/28/chevron_left.js +2 -0
- package/dist/es6/index.js +1 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +7 -0
- package/dist/typings/28/chevron_left.d.ts +9 -0
- package/dist/typings/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/svg/28/chevron_left_28.svg +1 -0
- package/ts/28/chevron_left.ts +18 -0
- package/ts/index.ts +1 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
var _svgIcon = require("../SvgIcon");
|
|
7
|
+
var _default = (0, _svgIcon).makeIcon("Icon28ChevronLeft", "chevron_left_28", "0 0 20 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 28" id="chevron_left_28"><path fill-rule="evenodd" d="M14.96 4.48a1.4 1.4 0 0 1 .06 1.98L7.923 14l7.097 7.54a1.4 1.4 0 1 1-2.04 1.92l-8-8.5a1.4 1.4 0 0 1 0-1.92l8-8.5a1.4 1.4 0 0 1 1.98-.06Z" clip-rule="evenodd" /></symbol>', 20, 28);
|
|
8
|
+
exports.default = _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { makeIcon } from "../SvgIcon";
|
|
2
|
+
export default makeIcon("Icon28ChevronLeft", "chevron_left_28", "0 0 20 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 28" id="chevron_left_28"><path fill-rule="evenodd" d="M14.96 4.48a1.4 1.4 0 0 1 .06 1.98L7.923 14l7.097 7.54a1.4 1.4 0 1 1-2.04 1.92l-8-8.5a1.4 1.4 0 0 1 0-1.92l8-8.5a1.4 1.4 0 0 1 1.98-.06Z" clip-rule="evenodd" /></symbol>', 20, 28);
|
package/dist/es6/index.js
CHANGED
|
@@ -1256,6 +1256,7 @@ export { default as Icon28CheckSquareOutline } from "./28/check_square_outline";
|
|
|
1256
1256
|
export { default as Icon28ChefHatOutline } from "./28/chef_hat_outline";
|
|
1257
1257
|
export { default as Icon28ChevronBack } from "./28/chevron_back";
|
|
1258
1258
|
export { default as Icon28ChevronDownOutline } from "./28/chevron_down_outline";
|
|
1259
|
+
export { default as Icon28ChevronLeft } from "./28/chevron_left";
|
|
1259
1260
|
export { default as Icon28ChevronLeftOutline } from "./28/chevron_left_outline";
|
|
1260
1261
|
export { default as Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outline";
|
|
1261
1262
|
export { default as Icon28ChevronRightOutline } from "./28/chevron_right_outline";
|