UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 873 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 BrandJavascript = (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-javascript", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M20 4l-2 14.5-6 2-6-2L4 4z" }), React.createElement("path", { d: "M7.5 8h3v8l-2-1M16.5 8H14a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h1.423a.5.5 0 01.495.57L15.5 15.5l-2 .5" })); exports.default = BrandJavascript;