@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BanSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BanSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.22703 3.22703C4.4929 1.96116 6.20979 1.25 8 1.25C9.79021 1.25 11.5071 1.96116 12.773 3.22703C14.0388 4.4929 14.75 6.20979 14.75 8C14.75 9.79021 14.0388 11.5071 12.773 12.773C11.5071 14.0388 9.79021 14.75 8 14.75C6.20979 14.75 4.4929 14.0388 3.22703 12.773C1.96116 11.5071 1.25 9.79021 1.25 8C1.25 6.20979 1.96116 4.4929 3.22703 3.22703ZM4.85608 3.79542L12.2046 11.1439C12.8793 10.2416 13.25 9.13993 13.25 8C13.25 6.60761 12.6969 5.27225 11.7123 4.28769C10.7277 3.30312 9.39239 2.75 8 2.75C6.86007 2.75 5.75837 3.12073 4.85608 3.79542ZM11.1439 12.2046L3.79542 4.85608C3.12073 5.75837 2.75 6.86007 2.75 8C2.75 9.39239 3.30312 10.7277 4.28769 11.7123C5.27225 12.6969 6.60761 13.25 8 13.25C9.13993 13.25 10.2416 12.8793 11.1439 12.2046Z", fill: "currentColor" }))); });
exports.BanSIcon.displayName = 'BanSIcon';