iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.12 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 Firefish = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.771 0c-.68-.016-1.342.507-1.342 1.304V7.27a1.3 1.3 0 001.3 1.301h5.967c1.16 0 1.74-1.401.92-2.22L17.65.383A1.275 1.275 0 0016.771 0zM6.573.106c-.672-.017-1.326.5-1.326 1.287v5.892c0 .71.575 1.285 1.285 1.285h5.892c1.145 0 1.718-1.384.908-2.194L7.44.484a1.259 1.259 0 00-.867-.379zM1.286 10.287c-.71 0-1.286.576-1.286 1.286v11.142C0 23.425.576 24 1.286 24h11.143c.71 0 1.285-.575 1.285-1.285V11.573c0-.71-.575-1.286-1.285-1.286zm15.485 0c-.68-.017-1.342.507-1.342 1.304v5.966a1.3 1.3 0 001.3 1.3h5.967c1.16 0 1.74-1.4.92-2.22L17.65 10.67a1.275 1.275 0 00-.879-.384zM3.43 17.144a1.714 1.714 0 110 3.428 1.714 1.714 0 010-3.428zm4.285 0a1.714 1.714 0 110 3.428 1.714 1.714 0 010-3.428z" }));
exports.default = Firefish;