iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1 kB
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 Imagej = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.129 17.508H5.057a.187.187 0 01-.187-.187v-.444a.187.187 0 01.187-.187h8.072a.187.187 0 01.187.187v.444a.187.187 0 01-.187.187zm5.623-12.195c-1.423.004-4.218-.01-5.641-.006a.404.404 0 00-.404.403v3.607c0 .222.18.403.404.403h1.747v8.19a1.827 1.827 0 01-.911 1.576 1.828 1.828 0 01-1.822 0 1.828 1.828 0 01-.912-1.578H6.941a6.112 6.112 0 003.047 5.278c.94.543 1.994.814 3.048.814s2.107-.271 3.047-.814a6.116 6.116 0 003.047-5.274V5.692a.379.379 0 00-.378-.379zM7.455 15.231h3.276a.64.64 0 00.64-.64V.64A.64.64 0 0010.73 0H7.455a.64.64 0 00-.64.64v13.95c0 .354.286.64.64.64z" }));
exports.default = Imagej;