iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 732 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Hashnode = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.388 8.691a4.644 4.644 0 000 6.622l5.307 5.308a4.696 4.696 0 006.64 0l5.29-5.308a4.696 4.696 0 000-6.64l-5.307-5.307a4.707 4.707 0 00-6.623 0L3.388 8.691zm10.944 5.637a3.298 3.298 0 01-4.651 0 3.298 3.298 0 010-4.651 3.298 3.298 0 014.651 0 3.298 3.298 0 010 4.65z", fill: "#323544" }));
exports.default = Hashnode;