@brizy/ui-icons
Version:
10 lines (9 loc) • 679 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Fence2 = void 0;
const react_1 = __importDefault(require("react"));
exports.Fence2 = ({ 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: "M16 9.238 8 16 0 9.238V6.533L8 0l8 6.97v2.268ZM8 3.204 1.948 8 8 12.705 13.684 8 8 3.204Z" })));