iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.96 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 Fishshell = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.164 9.228l-3.016 2.688v.527l3.016 2.688v-1.228l-1.936-1.723 1.936-1.724V9.228m-6.658.046v1.208l1.905 1.696-1.905 1.695v1.209l2.968-2.645v-.518l-2.968-2.645M9.781 7.847a6.519 6.519 0 00-2.038-.335c-.672 0-1.349.112-2.03.335a9.23 9.23 0 00-2.088 1.017v.723c.69-.4 1.377-.7 2.06-.897a7.388 7.388 0 012.058-.296c.684 0 1.368.098 2.052.296a9.452 9.452 0 012.075.897v-.723a9.229 9.229 0 00-2.09-1.017m.014 7.78a7.371 7.371 0 01-2.052.296 7.388 7.388 0 01-2.057-.296 9.18 9.18 0 01-2.061-.897v.723a9.228 9.228 0 002.088 1.017 6.492 6.492 0 002.03.335c.678 0 1.357-.112 2.038-.335a9.227 9.227 0 002.089-1.017v-.723c-.7.4-1.391.7-2.075.897m.602-11.23h-.51L7.28 6.92h1.19l1.672-1.62 1.671 1.62h1.191l-2.607-2.525m-2.965 13.68v-.824H6.427v.825l.786 1.527h.614l-.395-1.527M4.127 10.95v1.216H5.13V10.95H4.127m-1.16-1.695L0 11.901v.518l2.967 2.645v-1.208L1.063 12.16l1.904-1.695V9.256m20.68 3.28c-.235-.3-.574-.509-1.017-.626.395-.103.696-.278.902-.525.206-.247.31-.556.31-.926 0-.546-.197-.984-.59-1.314-.393-.33-.919-.495-1.575-.495-.22 0-.473.025-.758.073-.284.048-.61.12-.974.217v.84c.314-.12.613-.21.9-.27a4.05 4.05 0 01.832-.091c.403 0 .714.093.933.278.218.185.328.451.328.798 0 .328-.118.584-.353.768-.235.184-.562.276-.98.276h-.697v.75h.696c.458 0 .821.116 1.09.346.268.23.402.542.402.934 0 .425-.134.75-.402.976-.269.226-.653.339-1.153.339a3.55 3.55 0 01-.89-.117 4.395 4.395 0 01-.91-.358v.909a6.1 6.1 0 00.95.249c.323.057.639.085.95.085.738 0 1.315-.177 1.733-.53.417-.355.626-.842.626-1.463 0-.449-.118-.823-.353-1.123" }));
exports.default = Fishshell;