iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.25 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 ButterflyThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M229.5 52.94C224.89 47 218 44 208.93 44c-25.86 0-61.28 28.73-76.93 57.28V56a4 4 0 00-8 0v45.28C108.35 72.73 72.93 44 47.07 44c-9 0-16 3-20.57 8.94-11.1 14.26-6 42.25.5 67.75 3.67 14.42 10.55 24.64 20.48 30.38a36.79 36.79 0 0012.75 4.45A40 40 0 10128 197.43a40 40 0 1067.77-41.9 36.82 36.82 0 0012.75-4.46c9.93-5.74 16.81-16 20.48-30.38 6.47-25.5 11.6-53.49.5-67.75zM92 212a32.12 32.12 0 01-3.56-64 4 4 0 00-.88-8 39.64 39.64 0 00-19.78 8c-22.8 1.24-30.68-20-33-29.24-5.65-22.24-11-49.26-1.95-60.87C35.87 53.91 40.54 52 47.07 52 76.55 52 124 98.68 124 127.67V180a32 32 0 01-32 32zm129.24-93.28c-2.34 9.22-10.22 30.47-33 29.24a39.68 39.68 0 00-19.8-7.96 4 4 0 00-.88 8A32.1 32.1 0 11132 180v-52.33c0-29 47.45-75.67 76.93-75.67 6.53 0 11.2 1.91 14.26 5.85 9.03 11.61 3.7 38.63-1.95 60.87z" }));
exports.default = ButterflyThin;