iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 900 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 Affinitydesigner = (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.344zM1.758 21.305c0 .517.42.937.938.937h8.226l-4.299-7.445 7.528-13.039h-3.482L1.758 17.192v4.113zm11.418-6.866l-2.712-4.698-1.761 3.051a1.098 1.098 0 00.952 1.647h3.521zm9.066 6.873v-6.075H7.799l4.044 7.005h9.462a.937.937 0 00.937-.93zm-.937-19.554h-6.232l-4.148 7.185 3.173 5.496h8.144V2.688a.937.937 0 00-.937-.93z" }));
exports.default = Affinitydesigner;