UNPKG

micro-ui-y

Version:

767 lines (721 loc) 92.7 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.Test1 = exports.Tree = exports.Quit = exports.Copy = exports.Setting = exports.Alarm = exports.MinAdd = exports.APP = exports.PC = exports.Location = exports.Mine = exports.LookDetails = exports.LookHide = exports.LookOver = exports.More2 = exports.More = exports.StepOn = exports.StepOff = exports.ThumbsOn = exports.ThumbsOff = exports.RealStars = exports.EmptyStars = exports.SolidHeart = exports.HollowHeart = exports.FulScreen = exports.Share = exports.Locked = exports.Cancel = exports.Communicate = exports.Print = exports.Clear = exports.Addition = exports.Delete = exports.Update = exports.Added = exports.Reset = exports.Query = exports.Date = exports.Turn = exports.Waiting = exports.LeftSlide = exports.File = exports.Folder = exports.End = exports.Start = exports.Export = exports.Import = exports.Download = exports.Upload = exports.Hint = exports.Error = exports.Correct = exports.Fail = exports.Success = exports.False = exports.True = exports.DoubleRight = exports.DoubleLeft = exports.ToRight = exports.ToLeft = exports.Down = exports.Up = exports.Bottom = exports.Top = exports.Right = exports.Left = exports.CheckboxOff = exports.CheckboxOn = exports.RadioOff = exports.RadioOn = exports.DestroyOperate = exports.CancelOperate = exports.EditOperate = exports.RejectedOperate = exports.CompletedOperate = exports.CancelStatus = exports.CompletedStatus = exports.RejectedStatus = exports.ActiveStatus = undefined; var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _propTypes = require('prop-types'); var _propTypes2 = _interopRequireDefault(_propTypes); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * gufuyan * svg合集 * @date 2017-05-11 2.0版本 * @param props * @constructor */ var setStuSty = function setStuSty(type, props) { var sty = { width: props.width || "1.75rem", height: props.height || "1.75rem", display: "flex", justifyContent: "center", alignItems: "center", borderRadius: "100%", fontWeight: "500", fontSize: props.fontSize || "0.875rem" }; switch (type) { case "Active": sty.color = "#EBB40E"; sty.border = "#EBB40E solid 0.08rem"; break; case "Rejected": sty.color = "#F70707"; sty.border = "#F70707 solid 0.08rem"; break; case "Completed": sty.color = "#059A05"; sty.border = "#059A05 solid 0.08rem"; break; case "Cancel": sty.color = "#AAA9A9"; sty.border = "#AAA9A9 solid 0.08rem"; break; } return sty; }; var setOrtSty = function setOrtSty(type, props) { var sty = { width: props.width || "3.4375rem", height: props.height || "1.5625rem", display: "flex", justifyContent: "center", alignItems: "center", borderRadius: "0.2rem", fontWeight: "500", fontSize: props.fontSize || "0.875rem", cursor: "pointer" }; switch (type) { case "Completed": sty.color = "#059A05"; sty.border = "#059A05 solid 0.08rem"; break; case "Rejected": sty.color = "#F70707"; sty.border = "#F70707 solid 0.08rem"; break; case "Turn": sty.color = "#059A05"; sty.border = "#059A05 solid 0.08rem"; break; case "Communication": sty.color = "#059A05"; sty.border = "#059A05 solid 0.08rem"; break; case "Edit": sty.color = "#3388FF"; sty.border = "#3388FF solid 0.08rem"; break; case "Cancel": sty.color = "#AAA9A9"; sty.border = "#AAA9A9 solid 0.08rem"; break; case "Destroy": sty.color = "#E77817"; sty.border = "#E77817 solid 0.08rem"; break; } return sty; }; var svgSty = { cursor: "pointer" }; //bpm状态 var ActiveStatus = function ActiveStatus(props) { return _react2.default.createElement( 'span', { style: setStuSty('Active', props) }, '\u5BA1' ); }; var RejectedStatus = function RejectedStatus(props) { return _react2.default.createElement( 'span', { style: setStuSty('Rejected', props) }, '\u9A73' ); }; var CompletedStatus = function CompletedStatus(props) { return _react2.default.createElement( 'span', { style: setStuSty('Completed', props) }, '\u5B8C' ); }; var CancelStatus = function CancelStatus(props) { return _react2.default.createElement( 'span', { style: setStuSty('Cancel', props) }, '\u64A4' ); }; //bpm操作 var CompletedOperate = function CompletedOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Completed', props) }, '\u901A\u8FC7' ); }; var RejectedOperate = function RejectedOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Rejected', props) }, '\u9A73\u56DE' ); }; var TurnOperate = function TurnOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Turn', props) }, '\u8F6C\u529E' ); }; var CommunicationOperate = function CommunicationOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Communication', props) }, '\u6C9F\u901A' ); }; var EditOperate = function EditOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Edit', props) }, '\u7F16\u8F91' ); }; var CancelOperate = function CancelOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Cancel', props) }, '\u64A4\u56DE' ); }; var DestroyOperate = function DestroyOperate(props) { return _react2.default.createElement( 'span', { style: setOrtSty('Destroy', props) }, '\u9500\u5047' ); }; var propTypes = { width: _propTypes2.default.string, height: _propTypes2.default.string, fill: _propTypes2.default.string, style: _propTypes2.default.object }; //常用图标 // /*单选按钮选中组件*/ var RadioOn = function RadioOn(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 256c-140.8 0-256 115.2-256 256s115.2 256 256 256 256-115.2 256-256-115.2-256-256-256z m0-256C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0z m0 921.6C288 921.6 102.4 736 102.4 512S288 102.4 512 102.4 921.6 288 921.6 512 736 921.6 512 921.6z' }) ); }; RadioOn.propTypes = propTypes; /*单选按钮没选中组件*/ var RadioOff = function RadioOff(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 1024A512 512 0 1 1 512 0a512 512 0 0 1 0 1024z m0-102.4a409.6 409.6 0 1 0 0-819.2 409.6 409.6 0 0 0 0 819.2z' }) ); }; RadioOff.propTypes = propTypes; /*多选按钮选中组件*/ var CheckboxOn = function CheckboxOn(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M0 136.533333v750.933334a136.533333 136.533333 0 0 0 136.533333 136.533333h750.933334a136.533333 136.533333 0 0 0 136.533333-136.533333V136.533333a136.533333 136.533333 0 0 0-136.533333-136.533333H136.533333a136.533333 136.533333 0 0 0-136.533333 136.533333z m113.800533 375.466667l79.598934-79.6672 204.8 204.8L830.600533 204.8l79.598934 79.6672-512 512L113.800533 512z' }) ); }; CheckboxOn.propTypes = propTypes; /*多选按钮没选中组件*/ var CheckboxOff = function CheckboxOff(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M146.285714 73.142857a73.142857 73.142857 0 0 0-73.142857 73.142857v731.428572a73.142857 73.142857 0 0 0 73.142857 73.142857h731.428572a73.142857 73.142857 0 0 0 73.142857-73.142857V146.285714a73.142857 73.142857 0 0 0-73.142857-73.142857H146.285714z m0-73.142857h731.428572a146.285714 146.285714 0 0 1 146.285714 146.285714v731.428572a146.285714 146.285714 0 0 1-146.285714 146.285714H146.285714a146.285714 146.285714 0 0 1-146.285714-146.285714V146.285714a146.285714 146.285714 0 0 1 146.285714-146.285714z' }) ); }; CheckboxOff.propTypes = propTypes; //向左 线 var Left = function Left(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M481.233 904c8.189 0 16.379-3.124 22.628-9.372 12.496-12.497 12.496-32.759 0-45.256L166.488 512l337.373-337.373c12.496-12.497 12.496-32.758 0-45.255-12.498-12.497-32.758-12.497-45.256 0l-360 360c-12.496 12.497-12.496 32.758 0 45.255l360 360c6.249 6.249 14.439 9.373 22.628 9.373z' }) ); }; Left.propTypes = propTypes; //向右 线 var Right = function Right(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M557.179 904c-8.189 0-16.379-3.124-22.628-9.372-12.496-12.497-12.496-32.759 0-45.256L871.924 512 534.551 174.627c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0l360 360c12.496 12.497 12.496 32.758 0 45.255l-360 360c-6.249 6.249-14.439 9.373-22.628 9.373z' }) ); }; Right.propTypes = propTypes; //向上 线 var Top = function Top(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M904 692c0 8.189-3.124 16.379-9.372 22.628-12.497 12.496-32.759 12.496-45.256 0L512 377.255 174.628 714.628c-12.497 12.496-32.758 12.496-45.255 0-12.497-12.498-12.497-32.758 0-45.256l360-360c12.497-12.496 32.758-12.496 45.255 0l360 360C900.876 675.621 904 683.811 904 692z' }) ); }; Top.propTypes = propTypes; //向下 线 var Bottom = function Bottom(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M904 332c0-8.189-3.124-16.379-9.372-22.628-12.497-12.496-32.759-12.496-45.256 0L512 646.745 174.628 309.372c-12.497-12.496-32.758-12.496-45.255 0-12.497 12.498-12.497 32.758 0 45.256l360 360c12.497 12.496 32.758 12.496 45.255 0l360-360C900.876 348.379 904 340.189 904 332z' }) ); }; Bottom.propTypes = propTypes; //上 实心 var Up = function Up(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M65.582671 735.208665l446.417329-446.41733 446.417329 446.41733z' }) ); }; Up.propTypes = propTypes; //下 实心 var Down = function Down(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M65.582671 288.791335l446.417329 446.41733 446.417329-446.41733z' }) ); }; Down.propTypes = propTypes; //左 实心 var ToLeft = function ToLeft(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M735.208665 65.582671l-446.41733 446.417329 446.41733 446.417329z' }) ); }; ToLeft.propTypes = propTypes; //右 实心 var ToRight = function ToRight(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M288.791335 65.582671l446.41733 446.417329-446.41733 446.417329z' }) ); }; ToRight.propTypes = propTypes; //左 双箭头 var DoubleLeft = function DoubleLeft(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M551.63392 945.34144c9.984 9.984 10.01472 26.15296 0.05632 36.11136-9.95328 9.95328-26.12224 9.9328-36.10624-0.05632l-397.824-397.824c-39.94624-39.94624-40.04864-104.61184-0.22528-144.4352L514.11968 42.5472c9.9584-9.95328 26.12224-9.9328 36.11136 0.05632 9.984 9.984 10.0096 26.15296 0.0512 36.11136L153.7024 475.29984c-19.9168 19.9168-19.8656 52.24448 0.11264 72.2176l397.824 397.824z m378.48064 0c9.984 9.984 10.01472 26.15296 0.05632 36.11136-9.95328 9.95328-26.12224 9.9328-36.10624-0.05632l-397.824-397.824c-39.94624-39.94624-40.04864-104.61184-0.22528-144.4352L892.60032 42.5472c9.9584-9.95328 26.12224-9.9328 36.11136 0.05632 9.984 9.984 10.0096 26.15296 0.0512 36.11136l-396.57984 396.58496c-19.9168 19.9168-19.8656 52.24448 0.11264 72.2176l397.824 397.824z' }) ); }; DoubleLeft.propTypes = propTypes; //右 双箭头 var DoubleRight = function DoubleRight(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M472.36608 945.34144l397.824-397.824c19.968-19.968 20.0192-52.30592 0.10752-72.2176L473.71264 78.71488c-9.95328-9.9584-9.9328-26.12224 0.05632-36.11136 9.984-9.984 26.15296-10.0096 36.11136-0.0512l396.58496 396.57984c39.82336 39.82848 39.72096 104.49408-0.22528 144.44032l-397.824 397.824c-9.984 9.984-26.15296 10.0096-36.10624 0.0512-9.9584-9.95328-9.9328-26.11712 0.0512-36.10624z m-378.48064 0l397.824-397.824c19.968-19.968 20.0192-52.30592 0.10752-72.2176L95.232 78.71488c-9.95328-9.9584-9.9328-26.12224 0.05632-36.11136 9.984-9.984 26.15296-10.0096 36.11136-0.0512l396.58496 396.57984c39.82336 39.82848 39.72096 104.49408-0.22528 144.44032l-397.824 397.824c-9.984 9.984-26.15296 10.0096-36.10624 0.0512-9.9584-9.95328-9.9328-26.11712 0.0512-36.10624z' }) ); }; DoubleRight.propTypes = propTypes; //<path fill={ props.fill || props.svgTheme.fill } d=""/> /*勾勾*/ var True = function True(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M999.2192 173.6704c-29.9008-29.9008-78.4384-29.9008-108.3392 0L376.6272 687.9232 133.12 444.416c-29.9008-29.9008-78.4384-29.9008-108.3392 0-29.9008 29.9008-29.9008 78.4384 0 108.3392L268.288 796.2624l54.0672 54.0672c29.9008 29.9008 78.4384 29.9008 108.3392 0l568.32-568.32c30.1056-29.9008 30.1056-78.4384 0.2048-108.3392z' }) ); }; True.propTypes = propTypes; /*叉叉*/ var False = function False(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M914.10084724 817.00554586L600.3738131 505.48785619l296.05227204-296.05227202c26.51214381-26.51214381 26.51214381-68.48970526 0-92.79250332-26.51214381-26.51214381-68.48970526-26.51214381-92.79250331 0L507.5813098 412.69535289 226.99445413 129.89915276c-26.51214381-26.51214381-68.48970526-26.51214381-92.79250331 0-26.51214381 26.51214381-26.51214381 68.48970526 0 92.7925033l280.58685567 280.58685568L116.5271887 801.54012822c-26.51214381 26.51214381-26.51214381 68.48970526 0 92.79250331 26.51214381 26.51214381 68.48970526 26.51214381 92.79250332 0L507.5813098 598.28035949l311.51768968 311.51768968c26.51214381 26.51214381 68.48970526 26.51214381 92.7925033 1e-8C938.40364659 885.49525114 938.40364659 843.51768969 914.10084724 817.00554586z' }) ); }; False.propTypes = propTypes; /*成功*/ var Success = function Success(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 0C229.232 0 0 229.232 0 512c0 282.768 229.232 512 512 512 282.768 0 512-229.232 512-512 0-282.768-229.232-512-512-512z m287.416 404.752L463.208 735.624c-12.728 12.504-31.92 13.648-46.584 4.688-6.544-1.56-12.856-4.232-17.96-9.232L223.84 559.024a37.016 37.016 0 0 1 0-52.944c14.88-14.624 38.96-14.624 53.792 0l155.624 153.128 312.4-307.392c14.856-14.608 38.936-14.608 53.768 0a36.976 36.976 0 0 1 0 52.936z' }) ); }; Success.propTypes = propTypes; /*失败*/ var Fail = function Fail(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z' }), _react2.default.createElement('path', { fill: '#fff', d: 'M526.628571 460.8L702.171429 292.571429c21.942857-14.628571 51.2-14.628571 65.828571 0s14.628571 51.2 0 65.828571L599.771429 519.314286l168.228571 160.914285c21.942857 14.628571 21.942857 43.885714 0 65.828572-14.628571 21.942857-43.885714 21.942857-65.828571 0L526.628571 585.142857l-168.228571 168.228572c-21.942857 14.628571-51.2 14.628571-65.828571 0-14.628571-21.942857-14.628571-51.2 0-65.828572l168.228571-160.914286L292.571429 358.4c-14.628571-14.628571-14.628571-43.885714 0-65.828571s43.885714-21.942857 65.828571 0l168.228571 168.228571z' }) ); }; Fail.propTypes = propTypes; /*正确*/ var Correct = function Correct(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512z m0-938.666667C276.352 85.333333 85.333333 276.352 85.333333 512s191.018667 426.666667 426.666667 426.666667 426.666667-191.018667 426.666667-426.666667S747.648 85.333333 512 85.333333z m-10.368 625.365334a42.624 42.624 0 0 1-60.330667 0 41.130667 41.130667 0 0 1-7.381333-11.136L275.413333 536.32a42.666667 42.666667 0 1 1 61.056-59.605333l137.216 141.269333 262.016-262.016a42.666667 42.666667 0 0 1 60.330667 60.330667l-294.4 294.4z' }) ); }; Correct.propTypes = propTypes; /*错误*/ var Error = function Error(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512c281.6 0 512-230.4 512-512S793.6 0 512 0zM512 938.666334C273.066334 938.666334 85.333666 750.933666 85.333666 512S273.066334 85.333666 512 85.333666 938.666334 273.066334 938.666334 512 750.933666 938.666334 512 938.666334zM725.333666 298.666334c-17.066334-17.066334-42.667333-17.066334-59.733666 0L512 452.266334l-153.6-153.6c-17.066334-17.066334-42.666334-17.066334-59.732667 0-17.066334 17.066334-17.066334 42.666334 0 59.732667L452.266334 512l-153.6 153.6c-17.066334 17.066334-17.066334 42.667333 0 59.733666 17.066334 17.066334 42.666334 17.066334 59.732667 0L512 571.732667l153.6 153.600999c17.066334 17.066334 42.667333 17.066334 59.733666 0s17.066334-42.667333 0-59.733666L571.732667 512l153.600999-153.6C742.4 341.333666 742.4 315.733666 725.333666 298.666334z' }) ); }; Error.propTypes = propTypes; /*感叹号*/ var Hint = function Hint(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M469.333 469.333a42.667 42.667 0 0 1 85.334 0V768a42.667 42.667 0 0 1-85.334 0z m42.667-128a64 64 0 1 1 64-64 64 64 0 0 1-64 64z m0 571.734A401.067 401.067 0 1 0 110.933 512 401.067 401.067 0 0 0 512 913.067z m0 68.266A469.333 469.333 0 1 1 981.333 512 469.333 469.333 0 0 1 512 981.333z' }) ); }; Hint.propTypes = propTypes; // 上传 var Upload = function Upload(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M469.333333 682.666667V42.666667c0-23.466667 19.2-42.666667 42.666667-42.666667s42.666667 19.2 42.666667 42.666667v640c0 23.466667-19.2 42.666667-42.666667 42.666666s-42.666667-19.2-42.666667-42.666666M226.210133 268.0576L481.826133 12.433067a42.7776 42.7776 0 0 1 60.330667 0c16.597333 16.597333 16.597333 43.776 0 60.330666L286.5408 328.388267a42.7776 42.7776 0 0 1-60.330667 0 42.7776 42.7776 0 0 1 0-60.330667M542.0544 12.4416l255.616 255.616a42.7776 42.7776 0 0 1 0 60.330667c-16.597333 16.605867-43.776 16.605867-60.330667 0L481.723733 72.789333a42.7776 42.7776 0 0 1 0-60.330666 42.7776 42.7776 0 0 1 60.330667 0M896 1024H128c-70.570667 0-128-57.429333-128-128V640c0-23.594667 19.072-42.666667 42.666667-42.666667s42.666667 19.072 42.666666 42.666667v256c0 23.552 19.114667 42.666667 42.666667 42.666667h768c23.552 0 42.666667-19.114667 42.666667-42.666667V640c0-23.594667 19.072-42.666667 42.666666-42.666667s42.666667 19.072 42.666667 42.666667v256c0 70.570667-57.429333 128-128 128' }) ); }; Upload.propTypes = propTypes; // 下载 var Download = function Download(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M469.357714 682.057143a42.715429 42.715429 0 0 0 85.357715 0V42.569143A42.788571 42.788571 0 0 0 512 0a42.788571 42.788571 0 0 0-42.642286 42.569143v639.488zM481.792 737.426286a42.788571 42.788571 0 0 0 60.416-60.342857L286.72 421.814857a42.788571 42.788571 0 0 0-60.269714 0 42.788571 42.788571 0 0 0 0 60.342857l255.341714 255.414857v-0.146285zM797.476571 482.011429a42.788571 42.788571 0 0 0-60.342857-60.416L481.865143 677.302857a42.788571 42.788571 0 0 0 0 60.269714 42.788571 42.788571 0 0 0 60.342857 0l255.268571-255.707428z m-669.184 541.257142a128 128 0 0 1-127.926857-128V639.561143a42.642286 42.642286 0 0 1 85.284572 0v255.853714c0 23.552 19.090286 42.569143 42.642285 42.569143h767.414858c23.552 0 42.642286-19.017143 42.642285-42.569143V639.488a42.642286 42.642286 0 0 1 85.284572 0v255.853714a128 128 0 0 1-128 127.853715H128.438857z' }) ); }; Download.propTypes = propTypes; // 导入 var Import = function Import(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M511.97722 1024c-168.916435 0-318.710255-81.855799-411.927272-208.010031h83.575459c81.798477 88.367577 198.448724 144.004299 328.340349 144.004299 247.424631 0 448.017197-200.626959 448.017196-448.017197S759.390386 64.017197 511.97722 64.017197c-145.001702 0-273.5176 69.164711-355.396328 175.978504h-78.301836C168.870727 95.865293 329.188864 0 511.97722 0 794.735124 0 1024.000149 229.287953 1024.000149 511.977071S794.735124 1024 511.97722 1024m-42.498522-649.435199a16.588983 16.588983 0 0 1 0-24.912136l27.182087-24.912137a20.452485 20.452485 0 0 1 27.182087 0L714.232124 499.240125a16.623377 16.623377 0 0 1 0 24.957994L523.842872 698.70918a20.452485 20.452485 0 0 1-27.182087 0l-27.182087-24.9236a16.600448 16.600448 0 0 1 0-24.923601l114.368831-104.853381H16.050306a15.98137 15.98137 0 0 1-16.050157-16.050156v-31.939812a16.050157 16.050157 0 0 1 16.050157-16.050157h568.404836z' }) ); }; Import.propTypes = propTypes; // 导出 var Export = function Export(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M511.758857 0c168.824 0 318.497143 81.820571 411.702857 207.908571h-83.523428C758.171429 119.582857 641.593143 63.977143 511.758857 63.977143 264.465143 63.977143 63.977143 264.475429 63.977143 511.76c0 247.282286 200.488 447.725714 447.781714 447.725714 144.92 0 273.369143-69.124571 355.181714-175.885714h78.284572C854.684571 927.657143 694.451429 1023.474286 511.758857 1023.474286 229.138286 1023.474286 0 794.36 0 511.76 0 229.149714 229.138286 0 511.758857 0zM773.211429 649.104c-7.501714 6.832-7.501714 17.997714 0 24.894857l27.165714 24.905143c7.501714 6.888 19.665143 6.888 27.177143 0L1017.828571 524.491429c7.512-6.888 7.512-18.052571 0-24.941715l-190.274285-174.420571c-7.512-6.888-19.675429-6.888-27.177143 0l-27.165714 24.914286c-7.501714 6.888-7.501714 18.053714 0 24.904l114.308571 104.802285H319.979429c-8.857143 0-16 7.152-16 16v31.968c0 8.857143 7.142857 16.010286 16 16.010286h568.154285L773.211429 649.104z' }) ); }; Export.propTypes = propTypes; // 开始 var Start = function Start(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 0C229.248 0 0 229.248 0 512c0 282.773333 229.248 512 512 512s512-229.226667 512-512C1024 229.248 794.752 0 512 0z m0 928C282.24 928.021333 96 741.76 96 512 96 282.261333 282.24 96 512 96c229.738667 0 416 186.261333 416 416 0 229.76-186.261333 416.021333-416 416z m-159.445333-645.504L750.08 512 352.554667 741.525333V282.496z' }) ); }; Start.propTypes = propTypes; // 结束 var End = function End(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512.005 1024C229.233 1024 0 794.767 0 512 0 229.228 229.233 0 512.005 0c282.767 0 512 229.228 512 512 0 282.767-229.232 512-512 512z m0-921.6c-226.217 0-409.6 183.383-409.6 409.6 0 226.212 183.383 409.595 409.6 409.595 226.212 0 409.6-183.383 409.6-409.595 0-226.217-183.388-409.6-409.6-409.6zM358.4 358.395h307.2v307.206H358.4V358.395z' }) ); }; End.propTypes = propTypes; // 文件夹 var Folder = function Folder(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M62 406.092v418.359c0 28.828 24.697 52.383 55.107 52.383h789.697c30.411 0 55.107-23.467 55.107-52.383v-425.303h-899.912v6.943z' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M906.893 225.652h-384.258v-11.426c0-37.002-30.762-67.060-68.467-67.060h-323.701c-37.705 0-68.467 30.058-68.467 67.060v127.705h900v-63.896c0-28.916-24.697-52.383-55.107-52.383z' }) ); }; Folder.propTypes = propTypes; // 文件 var File = function File(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M819.70213 63.049224H201.749089c-30.998801 0-56.177549 25.180756-56.17755 56.177549v786.489703c0 30.996794 25.178749 56.177549 56.17755 56.17755h412.505209a56.097273 56.097273 0 0 0 39.724865-16.450678l205.451845-205.451846a56.045093 56.045093 0 0 0 16.452685-39.624519V119.226773c0-30.996794-25.182762-56.177549-56.181563-56.177549z m-171.316238 839.713074v-146.217766c0-12.155881 9.890074-22.043948 22.043948-22.043948h146.217766l-168.261714 168.261714z m193.3642-202.395315h-171.318245c-30.996794 0-56.177549 25.180756-56.177549 56.177549v171.215893H201.749089c-12.155881 0-22.043948-9.890074-22.043949-22.043949V119.226773c0-12.155881 9.890074-22.043948 22.043949-22.043948H819.704137c12.157888 0 22.045955 9.890074 22.045955 22.043948v581.14021z' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M689.927014 242.605853H331.526211a17.0668 17.0668 0 0 0 0 34.133601h358.400803a17.0668 17.0668 0 0 0 0-34.133601zM689.927014 411.138501H331.526211a17.0668 17.0668 0 0 0 0 34.133601h358.400803a17.0668 17.0668 0 0 0 0-34.133601zM689.927014 579.671148H331.526211a17.0668 17.0668 0 0 0 0 34.133601h358.400803a17.0668 17.0668 0 0 0 0-34.133601z' }) ); }; File.propTypes = propTypes; // 左滑动 var LeftSlide = function LeftSlide(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M456.675 476.815c-20.971 21.479-20.971 56.307 0 77.792l382.074 392.279c20.972 21.477 54.975 21.477 75.949 0 20.973-21.484 20.973-56.309 0-77.794l-344.188-353.383 344.188-353.384c20.973-21.484 20.973-56.312 0-77.793-20.972-21.483-54.975-21.482-75.949 0l-382.074 392.284zM583.392 869.092l-344.186-353.383 344.186-353.385c20.973-21.484 20.973-56.312 0-77.793-20.973-21.482-54.975-21.482-75.95 0l-382.075 392.281c-20.967 21.478-20.967 56.307 0 77.792l382.077 392.282c20.973 21.477 54.975 21.477 75.95 0 20.972-21.483 20.972-56.309-0.001-77.793z' }) ); }; LeftSlide.propTypes = propTypes; // 等待中 var Waiting = function Waiting(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 0C229.233778 0 0 229.233778 0 512s229.233778 512 512 512 512-229.233778 512-512S794.766222 0 512 0z m306.048 622.165333H437.347556v-10.311111h-3.825778V231.153778h64.725333v326.300444H818.062222v64.711111z' }) ); }; Waiting.propTypes = propTypes; // 转办 var Turn = function Turn(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512 0C229.23264 0 0 229.23264 0 512s229.23264 512 512 512c282.76736 0 512-229.23264 512-512S794.76736 0 512 0zM789.62688 433.60256l-196.75136 139.38688c-4.17792 2.9696-9.6256 4.42368-15.09376 4.62848-0.43008 0.04096-0.79872 0.26624-1.24928 0.26624-12.16512 0-21.99552-9.95328-21.99552-22.26176L554.53696 489.0624c-51.13856 2.51904-180.79744 21.58592-261.61152 146.37056-29.92128 41.32864-51.712 89.04704-61.7472 141.27104-0.512-2.78528-1.26976-5.48864-1.69984-8.27392-0.512 3.29728-1.47456 6.41024-1.88416 9.76896-1.04448-8.45824-1.80224-16.9984-2.33472-25.6 0.12288-3.44064 0.65536-6.41024 0.83968-9.78944-0.43008-5.12-0.49152-10.32192-0.75776-15.50336 13.88544-313.79456 254.40256-362.94656 329.19552-370.64704l0-68.1984c0-12.30848 9.8304-22.26176 21.99552-22.26176l0-0.02048c5.91872 0.02048 11.81696 1.61792 16.34304 4.79232l196.75136 139.38688C798.67904 416.80896 798.67904 427.17184 789.62688 433.60256z' }) ); }; Turn.propTypes = propTypes; /*日期*/ var Date = function Date(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M605.9 163H414.6c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9h191.3c19.1 0 31.9 12.8 31.9 31.9 0 19.1-12.8 31.9-31.9 31.9z m0 0' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M956.7 99.2H861c-15.9 0-31.9 15.9-31.9 31.9C829.1 147 845 163 861 163h95.7v159.4H63.8V163h95.7c15.9 0 31.9-15.9 31.9-31.9 0-15.9-15.9-31.9-31.9-31.9H63.8C28.7 99.2 0 127.9 0 163v797.2c0 35.1 28.7 63.8 63.8 63.8h892.9c35.1 0 63.8-28.7 63.8-63.8V163c0-35.1-28.7-63.8-63.8-63.8z m0 861H63.8v-574h892.9v574z m0 0' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M287 226.8c-19.1 0-31.9-12.8-31.9-31.9V35.4c0-19.1 12.8-31.9 31.9-31.9 19.1 0 31.9 12.8 31.9 31.9v159.4c0 19.2-12.8 32-31.9 32z m446.5 0c-19.1 0-31.9-12.8-31.9-31.9V35.4c0-19.1 12.8-31.9 31.9-31.9 19.1 0 31.9 12.8 31.9 31.9v159.4c0 19.2-12.8 32-31.9 32zM287 641.3h-63.8c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9H287c19.1 0 31.9 12.8 31.9 31.9 0 19.2-12.8 31.9-31.9 31.9z m255.1 0h-63.8c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9h63.8c19.1 0 31.9 12.8 31.9 31.9 0 19.2-12.7 31.9-31.9 31.9z m255.1 0h-63.8c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9h63.8c19.1 0 31.9 12.8 31.9 31.9 0 19.2-12.7 31.9-31.9 31.9zM287 832.7h-63.8c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9H287c19.1 0 31.9 12.8 31.9 31.9 0 19.1-12.8 31.9-31.9 31.9z m255.1 0h-63.8c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9h63.8c19.1 0 31.9 12.8 31.9 31.9 0 19.1-12.7 31.9-31.9 31.9z m255.1 0h-63.8c-19.1 0-31.9-12.8-31.9-31.9 0-19.1 12.8-31.9 31.9-31.9h63.8c19.1 0 31.9 12.8 31.9 31.9 0 19.1-12.7 31.9-31.9 31.9z m0 0' }) ); }; Date.propTypes = propTypes; /*搜索*/ var Query = function Query(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M953.504 908.256l-152.608-163.296c61.856-74.496 95.872-167.36 95.872-265.12 0-229.344-186.624-415.968-416.032-415.968-229.344 0-415.968 186.592-415.968 415.968s186.624 415.968 416 415.968c60.096-0.032 118.048-12.576 172.224-37.248 16.096-7.328 23.2-26.304 15.872-42.368-7.328-16.128-26.4-23.264-42.368-15.872-45.856 20.864-94.88 31.456-145.76 31.488-194.08 0-351.968-157.888-351.968-351.968 0-194.048 157.888-351.968 351.968-351.968 194.112 0 352.032 157.888 352.032 351.968 0 91.36-34.848 177.92-98.08 243.744-12.256 12.736-11.84 32.992 0.864 45.248 0.96 0.928 2.208 1.28 3.296 2.08 0.864 1.28 1.312 2.752 2.4 3.904l165.504 177.088c6.272 6.752 14.816 10.144 23.36 10.144 7.84 0 15.68-2.848 21.856-8.64C964.864 941.408 965.568 921.152 953.504 908.256z' }) ); }; Query.propTypes = propTypes; // 重置 var Reset = function Reset(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M917.633 385.664l-181.99 0c-23.185 0-41.995-18.812-41.995-42s18.81-41.997 41.995-41.997l73.06 0c-65.895-93.125-174.305-153.992-297.047-153.992-201.02 0-363.979 162.962-363.979 363.982 0 201.022 162.96 363.982 363.979 363.982 201.017 0 363.982-162.96 363.982-363.982 0-23.187 18.81-41.997 41.995-41.997s41.995 18.81 41.995 41.997c0 247.392-200.58 447.976-447.971 447.976-247.419 0-447.974-200.584-447.974-447.976 0-247.417 200.555-447.976 447.974-447.976 150.132 0 282.772 74.02 363.982 187.435l0-75.44c0-23.185 18.81-41.997 41.995-41.997s41.995 18.812 41.995 41.997l0 167.99C959.628 366.852 940.818 385.664 917.633 385.664z' }) ); }; Reset.propTypes = propTypes; // 新增 var Added = function Added(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M927.958 443.22h-347.178v-347.178h-137.561v347.178h-347.177v137.559h347.177v347.178h137.561v-347.178h347.178z' }) ); }; Added.propTypes = propTypes; // 修改 var Update = function Update(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M382.4 822.2H210.8V650.7l5.6-5.6L745 116.5c47.3-47.3 124.2-47.3 171.5 0 22.8 22.8 35.4 53.3 35.4 85.8s-12.6 63-35.4 85.8L382.4 822.2z m-133.2-38.3h117.3l523-522.9c32.3-32.3 32.3-84.9 0-117.3-32.3-32.3-84.9-32.3-117.3 0l-522.9 523v117.2z' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M836.7 344.1c-4.9 0-9.8-1.9-13.6-5.6L689.7 205c-7.5-7.5-7.5-19.6 0-27.1s19.6-7.5 27.1 0l133.5 133.5c7.5 7.5 7.5 19.6 0 27.1-3.8 3.7-8.7 5.6-13.6 5.6zM929.7 946.6H92.8c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2h836.9c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2z' }) ); }; Update.propTypes = propTypes; /*删除*/ var Delete = function Delete(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M368.24064 455.7312l0 278.85056c0 17.38752 12.98944 31.50336 28.93312 31.50336 7.3216 0 14.28992-2.95424 19.67616-8.34048 6.05184-6.05184 9.36448-14.28992 9.36448-23.16288L426.2144 455.7312c0-17.38752-13.02528-31.50336-29.0048-31.50336C381.23008 424.22784 368.24064 438.37952 368.24064 455.7312z' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M569.40544 455.7312l0 278.85056c0 17.38752 12.98944 31.50336 28.96896 31.50336s29.0048-14.15168 29.0048-31.5392L627.3792 455.7312c0-17.38752-13.02528-31.50336-29.0048-31.50336S569.40544 438.37952 569.40544 455.7312z' }), _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M282.84928 1004.94848l442.5984 0c75.15136 0 136.25856-64.52224 136.25856-143.79008L861.70624 254.77632l94.86336 0c16.01536 0 29.04064-14.11584 29.04064-31.50336 0-17.38752-12.98944-31.50336-28.96896-31.50336l-259.03104 0-0.35328-24.28928c-0.91648-67.54816-53.01248-149.14048-116.22912-149.14048L427.2384 18.33984c-63.25248 0-115.24096 81.55648-116.19328 149.14048l-0.35328 24.28928L60.35456 191.7696c-15.97952 0-29.0048 14.11584-29.0048 31.50336 0 17.38752 13.02528 31.50336 29.0048 31.50336l86.1696 0 0 606.37696C146.55488 940.42624 207.73376 1004.94848 282.84928 1004.94848zM369.12128 166.11328c1.44384-34.95424 28.83072-82.26304 55.96672-84.65408l2.18112-0.10752 153.78432 0c29.32224 2.42688 56.73984 49.80736 58.14784 84.79744l1.01888 25.6256L368.06656 191.77472 369.12128 166.11328zM204.56448 254.77632l599.16288 0 0 606.37696c0 44.56448-35.12832 80.78336-78.2848 80.78336L282.84928 941.93664c-43.1872 0-78.32064-36.25472-78.32064-80.78336L204.52864 254.77632 204.56448 254.77632z' }) ); }; Delete.propTypes = propTypes; /*加*/ var Addition = function Addition(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512.218 946.222c-238.786 0-432.366-194.925-432.366-435.391s193.58-435.381 432.366-435.381 432.348 194.915 432.348 435.381-193.563 435.391-432.348 435.391zM726.303 491.985c0-18.495-14.88-33.473-33.243-33.473h-133.046v-133.975c0-18.495-14.88-33.494-33.243-33.494h-33.261c-18.361 0-33.262 14.999-33.262 33.494v133.975h-133.028c-18.381 0-33.263 14.979-33.263 33.473v33.494c0 18.495 14.882 33.494 33.263 33.494h133.028v133.975c0 18.495 14.901 33.474 33.262 33.474h33.261c18.363 0 33.243-14.98 33.243-33.474v-133.975h133.046c18.363 0 33.243-14.999 33.243-33.494v-33.494z' }) ); }; Addition.propTypes = propTypes; /*清除*/ var Clear = function Clear(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512.003528 64.00097c-247.446899 0-448.002558 200.575414-448.002558 448.002558 0 247.407388 200.555658 447.998324 448.002558 447.998324 247.421499 0 447.998324-200.589525 447.998324-447.998324C960.001852 264.576384 759.425027 64.00097 512.003528 64.00097zM564.77346 564.779105l0 0.022578-105.544098 0 0-0.022578L292.921384 564.779105l0-105.480598 438.158643 0 0 105.480598L564.77346 564.779105z' }) ); }; Clear.propTypes = propTypes; /*打印*/ var Print = function Print(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M787.112 737.297c-13.476 0-24.41 10.908-24.41 24.367v198.102H274.558V761.664c0-13.46-10.934-24.367-24.41-24.367s-24.41 10.908-24.41 24.367v222.49c0 13.46 10.934 24.367 24.41 24.367h536.964c13.498 0 24.41-10.908 24.41-24.367v-222.49c0.022-13.46-10.912-24.367-24.41-24.367z m122.052-533.114h-48.82V9.185H176.937v194.998H6.087v462.863c0 67.338 54.693 122.089 122.094 122.089h73.167v-97.488h634.585v97.488h195.262V326.272c0-67.317-54.651-122.089-122.03-122.089zM225.76 57.94h585.785v146.243H225.759V57.94z m756.615 682.461h-97.62v-97.488H152.528v97.488H128.18c-40.427 0-73.274-32.893-73.274-73.334V252.938h854.257c40.364 0 73.21 32.893 73.21 73.356V740.4zM170.667 369.778c0-15.71 12.653-28.445 28.318-28.445h256.252c15.64 0 28.319 12.626 28.319 28.445 0 15.71-12.654 28.444-28.32 28.444h-256.25c-15.64 0-28.32-12.625-28.32-28.444z' }) ); }; Print.propTypes = propTypes; /*沟通*/ var Communicate = function Communicate(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M932.420346 802.922891A506.379166 506.379166 0 0 0 1023.512303 512.247432a511.752568 511.752568 0 1 0-275.322881 453.412775l188.580821 56.548659A38.125566 38.125566 0 0 0 946.749418 1024a37.86969 37.86969 0 0 0 36.334432-48.87237zM245.6484 573.65774A61.410308 61.410308 0 1 1 307.058709 512.247432a61.410308 61.410308 0 0 1-61.410309 61.410308z m266.111336 0a61.410308 61.410308 0 1 1 61.410308-61.410308 61.410308 61.410308 0 0 1-61.410308 61.410308z m266.111335 0a61.410308 61.410308 0 1 1 61.410308-61.410308 61.410308 61.410308 0 0 1-61.410308 61.410308z' }) ); }; Communicate.propTypes = propTypes; /*撤回*/ var Cancel = function Cancel(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.height, style: props.style || { svgSty: svgSty } }, _react2.default.createElement('path', { fill: props.fill || props.svgTheme.fill, d: 'M512.634449 1.268897C230.177943 1.268897 1.268897 230.177943 1.268897 512.634449s228.909046 511.365551 511.365552 511.365551 511.365551-228.909046 511.365551-511.365551S795.090954 1.268897 512.634449 1.268897z m66.109541 712.866419H289.18166v-64.840644h286.643867c100.496654 0 150.744981-42.127385 150.744981-126.509046 0-81.463197-48.598761-122.194796-145.923172-122.194796h-122.829244v91.995044l-248.957621-124.478811L457.818092 243.628253v92.248823h113.439405c141.989591 0 213.047831 64.459975 213.047831 193.253036 0 123.336803-68.520446 185.005204-205.561338 185.005204z' }) ); }; Cancel.propTypes = propTypes; /*锁单*/ var Locked = function Locked(props) { return _react2.default.createElement( 'svg', { viewBox: '0 0 1024 1024', width: props.width || props.svgTheme.width, height: props.height || props.svgTheme.heig