iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.07 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 Squirrel = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.558 2.642a3.7 3.7 0 00-.123-.01A1.47 1.47 0 003.999 1.52v1.307a4.898 4.898 0 00-2.993 3.587v.39c.459.836 1.906 1.13 2.154 1.18.027.006.04.009.035.009-2.419.32-2.189 2.249-2.189 2.249a1 1 0 001 .93c.27-.019.537-.08.79-.18h2.058a3 3 0 00-.36 1h-.32a2.55 2.55 0 00-2.168 2.528.42.42 0 00.39.48h6.677A3.76 3.76 0 0013 10.842a3.649 3.649 0 00-.75-2.09l-.11-.14c-.43-.55-.68-.909-.55-1.289.13-.38.365-.4.365-.4s.185-.03.455.09c.22.128.46.22.71.27a1.58 1.58 0 001.736-.905A1.6 1.6 0 0015 5.714c.006-.718-.33-1.455-.725-2.088a4.998 4.998 0 00-1.554-1.57 3.998 3.998 0 00-2.639-.4 3.049 3.049 0 00-1.669.89c-.357.389-.624.853-.78 1.359a4.358 4.358 0 00-.635-.747v-.159a1.47 1.47 0 00-1.44-1.479v1.122zm5.304 8.739c.112.741.22 1.821-.867 2.442-.296.103-.607.16-.922.167H3.215a1 1 0 01.92-1h1.28v-.499a1.789 1.789 0 011.652-1.825l-.625-.887c-.237.067-.464.153-.578.233H2.655a.754.754 0 00-.264.07c-.138.055-.274.109-.395.03-.2-.13.11-1.12 1.01-1.12h.999c.49 0 .57-.54.57-.54l.28-1.129a3.389 3.389 0 01-2.85-.93 3.389 3.389 0 013.14-2.658l.083.002c.26.008.435.014.776.168.93.42 2.15 2.469 2.15 2.469l.06.09h.169v-.07c-.06-.443-.02-1.464.117-1.89.136-.424.366-.814.673-1.14a2.349 2.349 0 011.3-.659 2.64 2.64 0 011.858.29c.46.284.85.67 1.14 1.127.29.457.476.836.535 1.374-.001.02 0 .047.002.081.007.143.02.39-.128.547-.127.135-.448.23-.669.18a1.568 1.568 0 01-.45-.18 1.33 1.33 0 00-1.14-.13 1.419 1.419 0 00-.939 1 2.32 2.32 0 00.64 2.238l.11.14c.346.434.545.966.57 1.52a2.999 2.999 0 01-.307 1.425 2.73 2.73 0 00-.464-1.305l-.369.369zM4.24 5a.5.5 0 100 1 .5.5 0 000-1z", fill: "#424242" }));
exports.default = Squirrel;