iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.05 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 BrandSvelte = (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-svelte", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M15 8l-5 3 .821-.495c1.86-1.15 4.412-.49 5.574 1.352a3.91 3.91 0 01-1.264 5.42l-5.053 3.126c-1.86 1.151-4.312.591-5.474-1.251a3.91 3.91 0 011.263-5.42l.26-.16" }),
React.createElement("path", { d: "M8 17l5-3-.822.496c-1.86 1.151-4.411.491-5.574-1.351a3.91 3.91 0 011.264-5.42l5.054-3.127c1.86-1.15 4.311-.59 5.474 1.252a3.91 3.91 0 01-1.264 5.42l-.26.16" }));
exports.default = BrandSvelte;