iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 695 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 Blockchaindotcom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.828 6.612l-5.52-5.535a3.135 3.135 0 00-4.5 0L4.273 6.612l7.755 3.87zm2.118 2.235l1.095 1.095a3.12 3.12 0 010 4.5L14.22 23.35a2.685 2.685 0 01-.72.525V13.077zm-19.893 0L.958 9.942a3.12 3.12 0 000 4.5L9.78 23.35c.21.214.453.392.72.525V13.077z" }));
exports.default = Blockchaindotcom;