UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 992 B
"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 Butterfly = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-butterfly", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17.117 6.244l.228.076a5.5 5.5 0 011.24 9.738l-.063.039.02.034a4 4 0 01.101 3.533l-.093.19A4 4 0 0113 21.462V6.605a5.5 5.5 0 014.118-.36M8.505 6c.885 0 1.736.21 2.495.597v14.87a4 4 0 01-1.012.41l-.196.045a4 4 0 01-4.424-5.587l.118-.238-.035-.023a5.5 5.5 0 01-2.397-5.258l.034-.233A5.5 5.5 0 018.505 6M14.445 2.168a1 1 0 011.11 1.664l-3 2a1 1 0 01-1.11 0l-3-2a1 1 0 011.11-1.664l2.444 1.63z" })); exports.default = Butterfly;