UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.26 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 VsCode = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.95 4.903a1.045 1.045 0 00-.06-.166 1.178 1.178 0 00-.31-.425 1.179 1.179 0 00-.29-.197l-4.118-1.994a1.267 1.267 0 00-.75-.103 1.256 1.256 0 00-.672.347L9.106 9.75 5.228 6.553l-.337-.281a.822.822 0 00-.413-.19c-.022-.004-.044-.007-.066-.007-.018-.003-.04-.003-.059-.003-.031 0-.06 0-.09.003a.314.314 0 00-.079.013.693.693 0 00-.156.046l-1.515.629a.869.869 0 00-.372.306c-.091.138-.141.3-.141.463v8.936c0 .163.05.325.14.463.091.134.222.24.373.306l1.515.638a.85.85 0 00.45.056.85.85 0 00.413-.19l.337-.294 3.878-3.198 6.644 7.386c.022.022.047.044.072.066a1.256 1.256 0 00.6.281c.253.044.515.006.75-.103l4.119-1.994a1.07 1.07 0 00.153-.088c.097-.065.187-.147.262-.231a1.26 1.26 0 00.294-.813V5.247c0-.116-.016-.232-.05-.344zM4.5 14.874V9.126l2.584 2.876L4.5 14.873zm7.334-2.873L17 7.742v8.518L11.834 12z", fill: "#323544" })); exports.default = VsCode;