iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 595 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 Openzeppelin = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.783 24H9.317l2.196-3.69a5.23 5.23 0 014.494-2.558h6.775zM1.217 0h21.566l-3.718 6.247H1.217zM9.76 9.763a5.73 5.73 0 014.92-2.795h4.01L8.498 24h-7.26z" }));
exports.default = Openzeppelin;