UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 948 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 RemixJs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.932 17.424c.18 2.31.18 3.394.18 4.576h-5.35c0-.258.004-.493.009-.732.014-.743.03-1.517-.09-3.081-.16-2.29-1.147-2.799-2.961-2.799H3.305v-4.166h8.67c2.291 0 3.437-.696 3.437-2.54 0-1.623-1.146-2.605-3.438-2.605h-8.67V2h9.625c5.189 0 7.767 2.449 7.767 6.36 0 2.926-1.814 4.834-4.265 5.152 2.069.413 3.278 1.59 3.501 3.912z", fill: "#323544" }), React.createElement("path", { d: "M3.305 22v-3.106h5.657c.945 0 1.15.7 1.15 1.118V22H3.305z", fill: "#323544" })); exports.default = RemixJs;