iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.33 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 Joplin = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.969 0h-8.904a.152.152 0 00-.152.152v2.827c0 .095.077.172.172.172h1.221c.493 0 .894.38.937.863v13.378h-.001l-.017.363-.05.282c-.011.044-.02.089-.033.132a2.061 2.061 0 01-.384.708l-.021.021c-.054.063-.11.123-.172.18-.063.057-.13.11-.2.16-.498.353-1.169.508-1.918.436-.955-.089-1.903-.523-2.669-1.22-.765-.696-1.242-1.558-1.34-2.427-.089-.778.144-1.462.655-1.927l.004-.003c.02-.018.041-.033.062-.05.366-.307.842-.493 1.387-.544a.088.088 0 00.017-.002l.298-.014.35.017.024.003c.499.05.993.199 1.462.425.01 0 .022.003.036.011.143.079.17-.005.174-.061V9.626a.262.262 0 00-.203-.256c-2.527-.556-5.005.022-6.754 1.615-1.528 1.389-2.267 3.395-2.027 5.502.213 1.876 1.176 3.679 2.712 5.076 1.497 1.362 3.402 2.213 5.368 2.399.271.025.543.038.809.038 1.877 0 3.619-.644 4.905-1.814a6.319 6.319 0 002.055-4.288l.01-10.866h.001V4.077a.946.946 0 01.945-.926h1.221a.172.172 0 00.172-.172V.152A.152.152 0 0020.969 0z" }));
exports.default = Joplin;