UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.43 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 EmojiSmileTongue = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.49 10 10-4.49 10-10 10zm0-18.5c-4.69 0-8.5 3.81-8.5 8.5 0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5 0-4.69-3.81-8.5-8.5-8.5zm2.81 14.98a2.263 2.263 0 01-1.95-1.13l-.47-.82c-1.67.12-3.29-.58-4.33-1.89a.739.739 0 01.12-1.05c.33-.26.8-.2 1.05.12a3.595 3.595 0 003.42 1.28c.83-.16 1.59-.61 2.12-1.28a.77.77 0 01.64-.28c.25.02.47.16.59.37l.75 1.3c.62 1.07.25 2.45-.82 3.07-.35.2-.73.3-1.12.3v.01zm-.9-2.31l.25.43c.1.17.26.3.46.35.19.05.39.03.57-.08.36-.21.48-.67.28-1.02l-.26-.45c-.39.32-.82.58-1.29.77h-.01zm3.41-5.2c-.31 0-.6-.2-.71-.51-.03-.09-.31-.8-1.03-.8-.75 0-1.03.78-1.03.79-.13.39-.55.61-.95.47a.753.753 0 01-.47-.95c.23-.67 1-1.82 2.45-1.82 1.45 0 2.22 1.14 2.45 1.82a.753.753 0 01-.71.99v.01zm-7.16 0c-.31 0-.6-.2-.71-.51-.03-.09-.31-.8-1.03-.8-.75 0-1.03.78-1.03.79-.13.39-.55.61-.95.47a.753.753 0 01-.47-.95c.23-.67 1-1.82 2.45-1.82 1.45 0 2.22 1.14 2.45 1.82a.753.753 0 01-.71.99v.01z", fill: "#323544" })); exports.default = EmojiSmileTongue;