iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.68 kB
JavaScript
;
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 Typescript = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.131 3H4.869c-.955 0-1.73.787-1.73 1.758v14.484c0 .97.775 1.758 1.73 1.758h14.262c.956 0 1.73-.787 1.73-1.758V4.758c0-.97-.774-1.758-1.73-1.758zm-5.712 9.984h-2.215v6.434H9.439v-6.434H7.223v-1.441h6.196v1.441zm5.712 5.277c-.139.317-.377.552-.658.739a2.957 2.957 0 01-.969.386c-.38.081-.762.12-1.177.12a6.45 6.45 0 01-1.211-.11 3.678 3.678 0 01-1.004-.33v-1.689l-.066-.053.066-.015v.068c.294.238.618.42.972.545.347.133.727.2 1.108.2.242 0 .426-.021.589-.06a1.39 1.39 0 00.415-.168.688.688 0 00.246-.253.7.7 0 00-.052-.738 1.279 1.279 0 00-.346-.335 2.948 2.948 0 00-.52-.295c-.207-.095-.418-.194-.657-.292-.589-.281-1.053-.562-1.35-.95-.301-.35-.45-.808-.45-1.335 0-.422.08-.76.242-1.055.173-.316.377-.548.658-.738.277-.193.588-.334.969-.422.38-.088.762-.133 1.177-.133.415 0 .762.024 1.073.073.311.05.602.127.865.229v1.652a2.28 2.28 0 00-.415-.242 3.808 3.808 0 00-.97-.275 3.141 3.141 0 00-.45-.033 2.38 2.38 0 00-.553.057 1.341 1.341 0 00-.416.161.817.817 0 00-.26.25.596.596 0 00-.093.327c0 .13.035.246.104.351.07.102.166.2.295.296.114.091.27.183.45.274.207.091.394.183.623.278.311.133.588.281.83.422.243.14.447.305.623.492.187.175.322.387.416.633.093.246.142.523.142.843 0 .457-.108.809-.246 1.125z", fill: "#323544" }));
exports.default = Typescript;