antd-mobile-icons
Version:
The icon set for antd-mobile.
37 lines (35 loc) • 1.42 kB
JavaScript
import * as React from "react";
function ForbidFill(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: "ForbidFill-ForbidFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
id: "ForbidFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M24,2 C36.1502645,2 46,11.8497355 46,24 C46,36.1502645 36.1502645,46 24,46 C11.8497355,46 2,36.1502645 2,24 C2,11.8497355 11.8497355,2 24,2 Z M33.1,22.5 L14.9,22.5 C14.6790861,22.5 14.5,22.6790861 14.5,22.9 L14.5,22.9 L14.5,25.1 C14.5,25.3209139 14.6790861,25.5 14.9,25.5 L14.9,25.5 L33.1,25.5 C33.3209139,25.5 33.5,25.3209139 33.5,25.1 L33.5,25.1 L33.5,22.9 C33.5,22.6790861 33.3209139,22.5 33.1,22.5 L33.1,22.5 Z",
id: "ForbidFill-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default ForbidFill;