UNPKG

antd-mobile-icons

Version:
39 lines (37 loc) 2.3 kB
import * as React from "react"; function FlagOutline(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: "FlagOutline-FlagOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "FlagOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "FlagOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M7.4,4 L39.0248171,4 L39.0248171,4 C40.1154214,4 40.9995309,4.8954305 40.9995309,6 C40.9995309,6.16442306 40.9795113,6.32821867 40.9399254,6.48767872 L37.85767,18.9036254 C37.8419584,18.9669146 37.8419584,19.0330854 37.85767,19.0963746 L40.9399254,31.5123213 L40.9399254,31.5123213 C41.2058577,32.5835501 40.5640152,33.6702938 39.5063301,33.9396313 C39.3488861,33.9797241 39.1871614,34 39.0248171,34 L10.362,34 C10.1410861,33.9999972 9.962,34.1790833 9.962,34.3999972 C9.962,34.3999981 9.962,34.3999991 9.96200283,34.4 L9.96206783,43.6 C9.96207222,43.8209139 9.78298738,44.0000013 9.56207348,44.0000028 C9.56207254,44.0000028 9.5620716,44.0000028 9.56207065,44 L7.4,44 C7.1790861,44 7,43.8209139 7,43.6 L7,4.4 C7,4.1790861 7.1790861,4 7.4,4 Z M37.2467145,7 L10.3620707,7 C10.1411568,7 9.96207065,7.1790861 9.96207065,7.4 L9.96207065,30.6 C9.96207065,30.8209139 10.1411568,31 10.3620707,31 L37.2467145,31 C37.4676284,31 37.6467145,30.8209139 37.6467145,30.6 C37.6467145,30.5675194 37.6427583,30.5351597 37.6349334,30.5036357 L34.8034031,19.0963643 C34.787695,19.0330816 34.787695,18.9669184 34.8034031,18.9036357 L37.6349334,7.49636429 C37.6881539,7.2819569 37.5574861,7.06500162 37.3430788,7.01178109 C37.3115548,7.00395616 37.2791951,7 37.2467145,7 Z", id: "FlagOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } export default FlagOutline;