UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.57 kB
"use strict"; 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 ButterflyDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M225.12 119.71c-7.86 30.94-29.31 32.71-37.36 32.23h-1A36 36 0 11128 180a36 36 0 11-58.72-28.06h-1c-8 .48-29.5-1.29-37.36-32.23C22.79 87.84 15.78 48 47.07 48S128 95.8 128 127.67C128 95.8 177.64 48 208.93 48s24.28 39.84 16.19 71.71z", opacity: ".2" }), React.createElement("path", { d: "M232.7 50.48C229 45.7 221.84 40 209 40c-16.85 0-38.46 11.28-57.81 30.16A140.07 140.07 0 00136 87.53V56a8 8 0 00-16 0v31.53a140.07 140.07 0 00-15.15-17.37C85.49 51.28 63.88 40 47 40c-12.84 0-20 5.7-23.7 10.48-6.82 8.77-12.18 24.08-.21 71.2 6.05 23.83 19.51 33 30.63 36.42A44 44 0 00128 205.27a44 44 0 0074.28-47.17c11.12-3.4 24.57-12.59 30.63-36.42 6.72-26.44 11.94-55.58-.21-71.2zM92 208a28.12 28.12 0 01-3.14-56 8 8 0 10-1.76-15.9 43.64 43.64 0 00-20.74 7.9c-8.43.09-22-3.57-27.76-26.26-2.88-11.35-11.6-45.88-2.66-57.44C37.37 58.46 40.09 56 47 56c27.27 0 73 44.88 73 71.67V180a28 28 0 01-28 28zm125.4-90.26c-5.77 22.69-19.33 26.34-27.77 26.26a43.6 43.6 0 00-20.74-7.95 8 8 0 10-1.76 15.9A28.11 28.11 0 11136 180v-52.33C136 100.88 181.69 56 209 56c6.95 0 9.66 2.46 11.1 4.3 8.95 11.56.18 46.09-2.7 57.44z" })); exports.default = ButterflyDuotone;