antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 3.69 kB
JavaScript
import * as React from "react";
function AntOutline(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: "AntOutline-AntOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "AntOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "AntOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M35.0532622,4.33221685 C35.642423,3.85762135 36.5114854,3.89152103 37.0606602,4.43391588 L37.0606602,4.43391588 L37.1636304,4.54643184 C37.6441584,5.12831899 37.609835,5.98665223 37.0606602,6.52904708 L37.0606602,6.52904708 L34.5,9.05777778 L34.5004023,11.0766027 C36.3563302,12.5362688 37.7631373,13.8185276 38.7208235,14.923379 C41.3897111,18.0023879 43,21.9912091 43,26.3488446 C43,36.0973085 34.9411255,44 25,44 C21.6097344,44 18.438383,43.0808818 15.7309342,41.482886 C16.5644453,40.8785687 17.2745177,40.1187629 17.8179073,39.2467972 C19.9496196,40.3880685 22.3969981,41.037037 25,41.037037 C33.2890526,41.037037 40,34.4561495 40,26.3488446 C40,22.9488284 38.81973,19.7338234 36.6916233,17.1460735 L36.4418794,16.8502958 L36.2977984,16.6870129 C34.6311348,14.8303325 31.3977184,12.2812011 26.6523157,9.11566924 L26.188365,8.80740576 L25,8.02962963 L24.7681495,8.17921642 C19.0946617,11.8780272 15.3324087,14.8040055 13.5596481,16.8485339 C11.2733879,19.4852824 10,22.8172571 10,26.3488446 C10,26.6576268 10.009735,26.9641948 10.0289214,27.2682692 C8.97571981,27.393348 7.98545742,27.7213918 7.09923245,28.2111576 C7.03356491,27.5994208 7,26.9779765 7,26.3488446 C7,21.9902117 8.61102615,18.0005619 11.2810094,14.9212648 C12.2384585,13.8170368 13.6446951,12.5354675 15.4997193,11.076557 L15.5,9.05777778 L12.9393398,6.52904708 C12.390165,5.98665223 12.3558416,5.12831899 12.8363696,4.54643184 L12.9393398,4.43391588 C13.4885146,3.89152103 14.357577,3.85762135 14.9467378,4.33221685 L15.0606602,4.43391588 L18.5,7.83079472 L18.5006017,8.83929165 C19.847781,7.87961732 21.3504947,6.8584826 23.0087427,5.77588749 L23.5136107,5.44749742 L25,4.49382716 C27.4657631,6.06061742 29.6325579,7.50931213 31.5003844,8.83991128 L31.5,7.83079472 L34.9393398,4.43391588 Z M11,30.1728395 C13.7614237,30.1728395 16,32.383779 16,35.1111111 C16,37.8384432 13.7614237,40.0493827 11,40.0493827 C8.23857625,40.0493827 6,37.8384432 6,35.1111111 C6,32.383779 8.23857625,30.1728395 11,30.1728395 Z M11,33.1358025 C9.8954305,33.1358025 9,34.0201783 9,35.1111111 C9,36.202044 9.8954305,37.0864198 11,37.0864198 C12.1045695,37.0864198 13,36.202044 13,35.1111111 C13,34.0201783 12.1045695,33.1358025 11,33.1358025 Z M25,18.3209877 C29.418278,18.3209877 33,21.8584909 33,26.2222222 C33,30.5859536 29.418278,34.1234568 25,34.1234568 C20.581722,34.1234568 17,30.5859536 17,26.2222222 C17,21.8584909 20.581722,18.3209877 25,18.3209877 Z M25,21.2839506 C22.2385763,21.2839506 20,23.4948901 20,26.2222222 C20,28.9495543 22.2385763,31.1604938 25,31.1604938 C27.7614237,31.1604938 30,28.9495543 30,26.2222222 C30,23.4948901 27.7614237,21.2839506 25,21.2839506 Z",
id: "AntOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default AntOutline;