UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.28 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 Inkdrop = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.854 1.812A3.697 3.697 0 0111.607.02a3.677 3.677 0 012.656.77 3.665 3.665 0 01.873 1.01c2.164 3.72 4.314 7.45 6.47 11.176.343.595.501 1.282.476 1.963a3.642 3.642 0 01-.463 1.658c-1.067 1.862-2.142 3.72-3.213 5.58a3.708 3.708 0 01-3.134 1.821c-2.17.004-4.339 0-6.508 0a3.71 3.71 0 01-3.137-1.8c-1.082-1.86-2.156-3.723-3.234-5.585a3.707 3.707 0 01-.007-3.628C4.534 9.256 6.698 5.537 8.854 1.813zM4.625 14.15a1.192 1.192 0 000 1.184c1.074 1.863 2.085 3.627 3.174 5.482a1.188 1.188 0 001.02.585c2.169.004 4.219.013 6.388 0a1.187 1.187 0 001.018-.591c1.075-1.858 2.095-3.612 3.154-5.479a1.188 1.188 0 00-.004-1.176c-2.15-3.73-4.172-7.26-6.352-10.972a1.196 1.196 0 00-1.118-.58 1.186 1.186 0 00-.933.584A2974.983 2974.983 0 004.625 14.15zm8.466 4.064a1.26 1.26 0 01-2.182 0l-2.164-3.748a1.26 1.26 0 011.091-1.89h4.328a1.26 1.26 0 011.091 1.89l-2.164 3.748z" })); exports.default = Inkdrop;