@brizy/ui-icons
Version:
10 lines (9 loc) • 901 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContrastLegacy = void 0;
const react_1 = __importDefault(require("react"));
exports.ContrastLegacy = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M13.23 2.654C11.816 1.238 9.97.5 8 .5c-1.97 0-3.815.738-5.23 2.154a7.391 7.391 0 0 0 0 10.461C4.184 14.531 6.03 15.27 8 15.27c1.97 0 3.815-.738 5.23-2.154a7.391 7.391 0 0 0 0-10.461zm-9.6.861C4.8 2.346 6.339 1.731 8 1.731a6.02 6.02 0 0 1 3.877 1.415l-8.615 8.616c-2.031-2.4-1.847-5.97.369-8.247z" })));