iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 885 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 Raylib = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 0v24h24V0H0zm1.5 1.5h21v21h-21v-21zm14.813 15.469v3.281h.937v-.469h-.469V16.97h-.468zm1.406 0v.468h.468v-.468h-.468zm.937 0v3.281H21v-2.344h-1.875v-.937h-.469zm-10.781.937v2.344h.469v-1.875h1.875v-.469H7.875zm2.813 0v.469h1.874v.469h-1.874v1.406h2.343v-2.344h-2.344zm2.812 0v2.344h1.875v.469H13.5v.468h2.344v-3.28h-.469v1.874h-1.406v-1.875H13.5zm4.219 0v2.344h.468v-2.344h-.468zm1.406.469h1.406v1.406h-1.406v-1.406zm-7.969.938h1.406v.468h-1.406v-.468z" }));
exports.default = Raylib;