iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.59 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 Frontify = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.13 15.777l-2.588-1.495a.752.752 0 01-.376-.649v-2.989a1.743 1.743 0 00-.872-1.508l-2.588-1.494a.755.755 0 01-.375-.651V4.002a1.748 1.748 0 00-.871-1.511L12 .496 8.54 2.491a1.748 1.748 0 00-.868 1.511v2.989a.755.755 0 01-.375.65L4.706 9.137a1.746 1.746 0 00-.87 1.508v2.99a.75.75 0 01-.375.648l-2.59 1.495A1.75 1.75 0 000 17.287v3.989l3.46 1.994a1.74 1.74 0 001.741 0l2.589-1.494a.753.753 0 01.75 0l2.589 1.494a1.745 1.745 0 001.743 0l2.588-1.494a.753.753 0 01.75 0l2.59 1.494a1.74 1.74 0 001.741 0L24 21.276v-3.99a1.75 1.75 0 00-.87-1.51zM15.343 4.002v2.989a1.748 1.748 0 00.872 1.508l2.588 1.495a.753.753 0 01.376.65v2.99a1.746 1.746 0 00.87 1.507l2.589 1.495a.752.752 0 01.375.65v2.85l-10.517-6.07V1.928l2.468 1.425a.75.75 0 01.38.65zM1.367 16.636l2.589-1.495a1.748 1.748 0 00.871-1.508v-2.989a.752.752 0 01.374-.65L7.79 8.499a1.748 1.748 0 00.871-1.508V4.002a.753.753 0 01.375-.649l2.471-1.425v12.138L.993 20.136v-2.85a.752.752 0 01.374-.65zm18.677 5.784a.753.753 0 01-.75 0l-2.588-1.494a1.74 1.74 0 00-1.742 0l-2.588 1.494a.753.753 0 01-.75 0l-2.589-1.494a1.743 1.743 0 00-1.743 0L4.706 22.42a.753.753 0 01-.75 0l-2.468-1.425L12 14.919l10.512 6.07z" }));
exports.default = Frontify;