UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.69 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 Mini = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M0 9.172h7.556A5.294 5.294 0 019.45 7.39a5.117 5.117 0 012.548-.659c.917 0 1.768.22 2.553.662a5.246 5.246 0 011.889 1.78H24l-.748.749h-6.4a4.278 4.278 0 01.3.888h5.233l-.749.75h-4.369c.013.192.02.339.02.439 0 .1-.007.246-.02.44h3.49l-.748.748H17.15a4.066 4.066 0 01-.299.884h2.264l-.758.748H16.44a5.273 5.273 0 01-1.89 1.786 5.103 5.103 0 01-2.552.666c-.917 0-1.766-.221-2.548-.663a5.327 5.327 0 01-1.894-1.788H5.642l-.744-.749h2.26a4.093 4.093 0 01-.296-.884H4.006l-.758-.748h3.49a7.117 7.117 0 01-.02-.44c0-.1.007-.247.02-.44h-4.36l-.758-.749H6.86a4.306 4.306 0 01.296-.888H.748zm7.844 1.072a4.423 4.423 0 00-.358 1.754c0 .61.12 1.196.358 1.754.238.557.56 1.04.963 1.444.403.405.883.727 1.44.967.556.239 1.14.358 1.751.358.61 0 1.195-.12 1.753-.359a4.543 4.543 0 001.443-.966c.403-.405.725-.886.965-1.444.24-.558.36-1.143.36-1.754s-.12-1.196-.36-1.754a4.575 4.575 0 00-.965-1.443 4.568 4.568 0 00-1.443-.963 4.405 4.405 0 00-1.753-.36c-.61 0-1.195.12-1.751.36-.557.239-1.037.56-1.44.963a4.527 4.527 0 00-.963 1.443zm.553 2.942h.468l-.013-1.773.566 1.773.52-.003.556-1.76v1.763h.499v-2.377h-.703l-.603 1.895-.615-1.893-.674-.002zm3.134 0h.495v-2.377h-.495zm1.033 0h.477v-1.712l.949 1.712h.575v-2.377h-.468v1.722l-.949-1.722h-.584zm2.548 0h.486v-2.377h-.486z" })); exports.default = Mini;