iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 3.34 kB
JavaScript
"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 ZenSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "none", fillRule: "evenodd" },
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M45 48H13v-3c0-.55.327-1 .727-1h30.546c.4 0 .727.45.727 1v3zm2.136 2.75L44.918 48H13.082l-2.217 2.75a3.869 3.869 0 0 0-.436 4.204C11.656 57.429 14.23 59 17.002 59h23.996c2.772 0 5.346-1.571 6.574-4.046a3.869 3.869 0 0 0-.436-4.204z" }),
React.createElement("path", { fill: "#FFF", stroke: "#FFF", d: "M20.422 54.954c-.74-1.179-.667-2.75.149-3.85.741-.983 1.816-1.533 3.002-1.533H45L43.814 48H14.009l-2.335 3.104c-.853 1.1-.89 2.671-.148 3.85C13.12 57.468 15.789 59 18.643 59h7.933c-2.632 0-5.004-1.571-6.154-4.046z", opacity: ".25" }),
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M52.857 21.75c-.943 0-1.843.262-2.571.7-.086-.875-.815-1.575-1.715-1.575-.6 0-1.071.306-1.414.744-.6-.963-1.671-1.619-2.871-1.619-1.886 0-3.429 1.575-3.429 3.5v.044c-.3-.044-.6-.044-.943-.044A6.752 6.752 0 0 0 34 27h24c0-2.887-2.314-5.25-5.143-5.25zM32.667 31c-2.059 0-3.92.98-5.067 2.507a4.774 4.774 0 0 0-2.85-.94C22.137 32.567 20 34.414 20 37h19c0-3.447-2.85-6-6.333-6z" }),
React.createElement("path", { fill: "#FFF", d: "M46.189 23.5c.282 0 .604.044.885.044V23.5c0-.962.363-1.837.926-2.45-.242.131-.483.306-.644.569-.563-.963-1.57-1.619-2.697-1.619-1.77 0-3.22 1.575-3.22 3.5v.044c-.281-.044-.563-.044-.885-.044-2.374 0-4.467 1.4-5.554 3.5h5.635c1.127-2.1 3.18-3.5 5.554-3.5zM27.43 33.377A4.946 4.946 0 0 0 25 32.73a4.872 4.872 0 0 0-4.857 4.858h4.858c0-1.782.971-3.36 2.429-4.21zM22.559 9.048c.324 0 .647.04.971.081 1.134-1.62 2.794-2.915 4.737-3.562A9.97 9.97 0 0 0 24.987 5a9.63 9.63 0 0 0-7.934 4.13c-.323-.041-.647-.082-.971-.082-3.117 0-5.668 2.55-5.668 5.668h6.478c0-3.117 2.55-5.668 5.667-5.668zM49.696 29.484l1.416-1.619h-1.416l-1.822 1.619zM12.684 44a.812.812 0 0 0-.81.81v2.428h9.715V44h-8.905z", opacity: ".25" }),
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M37.186 10.833c-.825 0-1.611.167-2.318.459A2.301 2.301 0 0 0 32.786 10c-.157 0-.315 0-.472.042C30.704 7.042 27.64 5 24.143 5c-3.182 0-6.01 1.667-7.7 4.25a7.203 7.203 0 0 0-.943-.083c-3.025 0-5.5 2.625-5.5 5.833h33c-.943-2.458-3.182-4.167-5.814-4.167zM35.489 25.27l-4.18-1.422-3.01-1.027-1.445-.513c-.195-.04-.39-.158-.547-.277a1.62 1.62 0 0 1-.508-1.264c0-.079 0-.118.04-.197 0-.08.038-.119.038-.197l.04-.08.078-.158.156-.355.703-1.461L28.456 15h-1.953-3.83l.313 3.12c-.117.158-.508 1.027-.586 1.225-.078.197-.156.395-.195.592-.47 1.58-.117 3.397.898 4.779a5.718 5.718 0 0 0 1.954 1.659l1.446.75 2.852 1.462 4.532 2.33c3.126.355 5.509 3.104 5.509 6.343H26.15l1.719 1.675c.508.513.43 1.342-.117 1.777L24.236 44H37.17l2.188-2.775 1.094-1.145.547-.593.352-.395c.156-.197.312-.355.468-.552L51 27.718h-3.328L43.5 32.5s-.444-1.583-.705-2.136a8.335 8.335 0 0 0-1.602-2.29c-.156-.12-.273-.277-.43-.396" })));
exports.default = ZenSmall;