UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 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 Experiment = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.473 18.765H5.038c-1.228 0-1.228 0-.713-.991 1.089-2.095 3.014-6.78 3.014-6.78h5.552s1.968 4.526 3.082 6.67c.572 1.101-.004 1.101-.5 1.101zm-7.392-6.661c-.126.299-.286.681-.468 1.11h5.044c-.192-.43-.36-.813-.492-1.11H8.081zm5.076 2.22h-6.02a88.007 88.007 0 0 1-1.51 3.331h9.097c-.484-.97-1.058-2.21-1.567-3.331zm.28-7.772h-.556v4.44h-5.55v-4.44h-.556a.555.555 0 1 1 0-1.11h6.662a.555.555 0 0 1 0 1.11zm-1.666 0h-3.33v4.44h3.33v-4.44zm1.11-3.331A1.11 1.11 0 1 1 12.882 1a1.11 1.11 0 0 1 0 2.22zm-3.33 1.11a1.11 1.11 0 1 1 0-2.22 1.11 1.11 0 0 1 0 2.22z", fill: "#000", fillRule: "evenodd" })); exports.default = Experiment;