UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 903 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 Pinescript = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.785 16.14L.124 21.287a.66.66 0 00.536 1.044h22.681a.662.662 0 00.536-1.045l-4.2-5.927-1.979 1.161a1.98 1.98 0 01-1.976 1.913 1.98 1.98 0 01-1.97-2.147l-3.173-2.328a1.97 1.97 0 01-2.674-.164l-4.12 2.346zm7.693-14.194L3.813 12.732a.663.663 0 00.197.95l.691.417 2.66-1.515a1.747 1.747 0 01-.007-.163 1.98 1.98 0 011.977-1.982 1.979 1.979 0 011.935 2.385l3.047 2.237a1.972 1.972 0 012.969.172l2.831-1.66a.665.665 0 00.068-.849L12.553 1.948a.658.658 0 00-1.075-.002z" })); exports.default = Pinescript;