@brizy/ui-icons
Version:
10 lines (9 loc) • 708 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.HoverPulse = void 0;
const react_1 = __importDefault(require("react"));
exports.HoverPulse = ({ 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: "M11.6 1c-1.5 0-2.8.8-3.6 2-.8-1.2-2.1-2-3.6-2C2 1 0 3 0 5.4c0 4.4 8 10.9 8 10.9s8-6.5 8-10.9C16 3 14 1 11.6 1Z" })));