UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 882 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 Sunglasses = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-sunglasses", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M8 3a1 1 0 110 2H6.743l-2.4 8H10a1 1 0 011 1v1h2v-1a1 1 0 011-1h5.656l-2.4-8H16a1 1 0 01-.993-.883L15 4a1 1 0 011-1h2a1 1 0 01.958.713l3.01 10.036.022.112.008.08L22 16.5a4.5 4.5 0 01-8.972.5h-2.056A4.5 4.5 0 012 16.5v-2.518l.004-.071.014-.103.018-.076 3.006-10.02A1 1 0 016 3z" })); exports.default = Sunglasses;