@brizy/ui-icons
Version:
10 lines (9 loc) • 838 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.WpBreadcrumbs = void 0;
const react_1 = __importDefault(require("react"));
exports.WpBreadcrumbs = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M9.107 1.17a4.031 4.031 0 0 0-1.044 1.838 3.681 3.681 0 0 1 1.999 1.666 3.436 3.436 0 0 0-2.135-.722A4.017 4.017 0 0 0 4.1 6.969a3.681 3.681 0 0 1 2 1.667 3.436 3.436 0 0 0-2.136-.723 4.045 4.045 0 1 0 2.941 6.903l7.925-7.924A4.046 4.046 0 0 0 9.107 1.17Z" })));