UNPKG

antd-mobile-icons

Version:
39 lines (37 loc) 2.69 kB
import * as React from "react"; function UploadOutline(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { style: Object.assign({ verticalAlign: '-0.125em' }, props.style), className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ') }), /*#__PURE__*/React.createElement("g", { id: "UploadOutline-UploadOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "UploadOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "UploadOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M13.5,4.4 L13.5,6.6 C13.5,6.8209139 13.3209139,7 13.1,7 L10,7 L10,7 C8.40231912,7 7.09633912,8.24891996 7.00509269,9.82372721 L7,10 L7,38 C7,39.5976809 8.24891996,40.9036609 9.82372721,40.9949073 L10,41 L38,41 C39.5976809,41 40.9036609,39.75108 40.9949073,38.1762728 L41,38 L41,10 C41,8.40231912 39.75108,7.09633912 38.1762728,7.00509269 L38,7 L35.9,7 C35.6790861,7 35.5,6.8209139 35.5,6.6 L35.5,4.4 C35.5,4.1790861 35.6790861,4 35.9,4 L38,4 L38,4 C41.3137085,4 44,6.6862915 44,10 L44,38 C44,41.3137085 41.3137085,44 38,44 L10,44 C6.6862915,44 4,41.3137085 4,38 L4,10 C4,6.6862915 6.6862915,4 10,4 L13.1,4 C13.3209139,4 13.5,4.1790861 13.5,4.4 Z M24.4857797,4.00077369 C24.8310987,3.99014909 25.1797295,4.09295041 25.4712865,4.31053618 L25.5925692,4.41081881 L33.8698386,11.9750512 C33.9527631,12.0508323 34,12.1579904 34,12.2703259 L34,16.0746777 C34,16.0883641 33.994729,16.1015248 33.9852814,16.1114273 C33.9771016,16.1200009 33.9635695,16.1204652 33.9548213,16.1124724 L25.9996797,8.84421395 L25.9996797,8.84421395 L25.9999942,30.4842139 C26.0000032,30.7051278 25.8209197,30.8842166 25.6000058,30.8842198 C25.6000039,30.8842198 25.6000019,30.8842198 25.6,30.8842139 L23.4,30.8842139 C23.1790884,30.8842081 23.0000032,30.7051256 22.9999942,30.4842139 L22.9996797,8.81621395 L22.9996797,8.81621395 L15.669803,15.5130447 C15.5067093,15.6620527 15.2537008,15.6506341 15.1046928,15.4875404 C15.0373439,15.4138251 15,15.3175864 15,15.2177374 L15,12.242343 C15,12.1299975 15.0472452,12.0228309 15.1301825,11.947049 L23.3779936,4.41081881 L23.3779936,4.41081881 C23.691422,4.1243947 24.0908085,3.98840107 24.4857797,4.00077369 Z", id: "UploadOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } export default UploadOutline;