iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 631 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 Poetry = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.604 0a19.144 19.144 0 01-5.268 13.213L2.396 0l13.583 13.583a19.149 19.149 0 01-13.583 5.624V0h19.208zm-1.911 17.297A24.455 24.455 0 017.189 24l-4.053-4.053a19.91 19.91 0 0013.37-5.838l3.187 3.188z" }));
exports.default = Poetry;