iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 982 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 Affinitypublisher = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 2.344v19.312A2.345 2.345 0 0121.656 24H2.344A2.345 2.345 0 010 21.656V2.344A2.345 2.345 0 012.344 0h19.312A2.345 2.345 0 0124 2.344zm-1.758 16.607l-9.93-17.193h-1.639L9.75 3.354l10.91 18.888h.645c.517 0 .937-.42.937-.937v-2.354zm-6.911 3.291L7.086 7.967l-1.263 2.187a1.657 1.657 0 000 1.657c1.512 2.615 6.025 10.431 6.025 10.431h3.483zm5.974-20.484h-8.071l9.008 15.596V2.695a.938.938 0 00-.937-.937zm-10.38 20.484L4.883 11.781l-3.125 5.411v4.113c0 .517.42.937.938.937h8.229zm8.812 0L9.289 4.153 7.598 7.08l8.656 15.162h3.483z" }));
exports.default = Affinitypublisher;