UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 741 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 Smiley = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.111 2.18a7 7 0 117.778 11.64A7 7 0 014.11 2.18zm.556 10.809a6 6 0 106.666-9.978 6 6 0 00-6.666 9.978zM6.5 7a1 1 0 11-2 0 1 1 0 012 0zm5 0a1 1 0 11-2 0 1 1 0 012 0zM8 11a3 3 0 01-2.65-1.58l-.87.48a4 4 0 007.12-.16l-.9-.43A3 3 0 018 11z", fill: "#C5C5C5" })); exports.default = Smiley;