@jannie-shao/components-antd4
Version:
75 lines • 3.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import Icon from '@ant-design/icons';
var Svg = [{
name: 'Updown',
path: function path() {
return /*#__PURE__*/React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1024 1024",
fill: "currentColor"
}, /*#__PURE__*/React.createElement("path", {
d: "M526.7456 87.22962987l257.4108448 257.47152533-85.80361493 85.80361493-171.60722987-171.6679104-171.66791147 171.6679104L269.2740736 344.7011552 526.7456 87.22962987z m0 646.68254826l171.60722987-171.66791146 85.80361493 85.86429653-257.4108448 257.41084373L269.2740736 648.1085632l85.80361493-85.86429653 171.66791147 171.66791146z"
}));
}
}, {
name: 'FileAdd',
path: function path() {
return /*#__PURE__*/React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1024 1024",
fill: "currentColor"
}, /*#__PURE__*/React.createElement("path", {
d: "M967.111 287.915v679.993H56.89V57.685h678.57l1.423-0.796 230.23 231.026z m-113.778 56.49L681.472 171.463H170.667V854.13h682.666V344.405zM455.111 455.908V285.24H568.89v170.667h170.667v113.777H568.889v170.667H455.11V569.685H284.444V455.908h170.667z"
}));
}
}, {
name: 'Delete',
path: function path() {
return /*#__PURE__*/React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1024 1024",
fill: "currentColor"
}, /*#__PURE__*/React.createElement("path", {
d: "M398.677333 149.333333H102.4v113.095111h820.337778V149.333333h-294.513778a117.475556 117.475556 0 0 0-229.546667 0z m406.755556 817.720889h-530.773333v-112.810666H750.933333V350.435556h114.915556V967.111111h-60.302222zM476.216889 350.492444v440.888889H361.130667V350.435556h115.086222z m-201.557333 0V967.111111h-112.64V350.492444h112.64z m391.338666 0v440.888889H548.693333V350.435556h117.304889z"
}));
}
}, {
name: 'Access',
path: function path() {
return /*#__PURE__*/React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1024 1024",
fill: "currentColor"
}, /*#__PURE__*/React.createElement("path", {
d: "M393.898667 323.015111L460.913778 256l80.440889 80.440889-67.015111 67.015111L588.572444 517.688889a227.555556 227.555556 0 1 1-78.677333 82.204444L102.4 192.398222l80.440889-80.440889 73.955555 73.955556L357.376 85.333333l80.440889 80.440889L337.351111 266.353778l56.604445 56.661333z m314.595555 501.873778a113.777778 113.777778 0 1 0 0-227.555556 113.777778 113.777778 0 0 0 0 227.555556z"
}));
}
}, {
name: 'Out',
path: function path() {
return /*#__PURE__*/React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1024 1024",
fill: "currentColor"
}, /*#__PURE__*/React.createElement("path", {
d: "M864 96H608v64h210.8l-340 340 45.2 45.3 340-340V416h64V96z"
}), /*#__PURE__*/React.createElement("path", {
d: "M864 846.8c0 26.5-18.8 48-41.8 48H201.8c-23 0-41.8-21.5-41.8-48V177.2c0-26.5 18.8-48 41.8-48H512v-64H201.8c-58.3 0-105.8 50.2-105.8 112v669.6c0 61.8 47.5 112 105.8 112h620.4c58.3 0 105.8-50.2 105.8-112V512h-64v334.8z"
}));
}
}];
var Icons = {};
Svg.forEach(function (i) {
Icons[i.name] = function (props) {
return /*#__PURE__*/React.createElement(Icon, _extends({
component: i.path
}, props));
};
});
export default Icons;