iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.08 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 EmojiSmileSunglass = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.176 14.569a.75.75 0 011.054.12A3.53 3.53 0 0012 16.024a3.53 3.53 0 002.77-1.337.75.75 0 011.173.935A5.03 5.03 0 0112 17.525a5.03 5.03 0 01-3.943-1.902.75.75 0 01.12-1.054zM6.953 8.157a.75.75 0 00-.75.75v1.954c0 .773.628 1.4 1.402 1.4h1.784c.774 0 1.401-.627 1.401-1.4V9.656h2.42v1.204c0 .773.627 1.4 1.401 1.4h1.784c.774 0 1.402-.627 1.402-1.4V8.906a.75.75 0 00-.75-.75H6.953z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm10-8.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17z", fill: "#323544" }));
exports.default = EmojiSmileSunglass;