UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.35 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 BrandRust = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-rust", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10.139 3.463c.473-1.95 3.249-1.95 3.722 0a1.916 1.916 0 002.859 1.185c1.714-1.045 3.678.918 2.633 2.633a1.916 1.916 0 001.184 2.858c1.95.473 1.95 3.249 0 3.722a1.916 1.916 0 00-1.185 2.859c1.045 1.714-.918 3.678-2.633 2.633a1.916 1.916 0 00-2.858 1.184c-.473 1.95-3.249 1.95-3.722 0a1.916 1.916 0 00-2.859-1.185c-1.714 1.045-3.678-.918-2.633-2.633a1.916 1.916 0 00-1.184-2.858c-1.95-.473-1.95-3.249 0-3.722A1.916 1.916 0 004.648 7.28c-1.045-1.714.918-3.678 2.633-2.633a1.914 1.914 0 002.858-1.184z" }), React.createElement("path", { d: "M8 12h6a2 2 0 100-4H8v8-4z" }), React.createElement("path", { d: "M19 16h-2a2 2 0 01-2-2 2 2 0 00-2-2h-1M9 8H5M5 16h4" })); exports.default = BrandRust;