@evg-b/evg-icons
Version:
material icons
39 lines (36 loc) • 1.91 kB
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var EmojiSymbols = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
})), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
height: "2",
width: "8",
x: "3",
y: "2"
}), /*#__PURE__*/React.createElement("polygon", {
points: "6,11 8,11 8,7 11,7 11,5 3,5 3,7 6,7"
}), /*#__PURE__*/React.createElement("rect", {
height: "2",
transform: "matrix(0.7071 -0.7071 0.7071 0.7071 -7.0416 16.9999)",
width: "11",
x: "11.5",
y: "16"
}), /*#__PURE__*/React.createElement("circle", {
cx: "14.5",
cy: "14.5",
r: "1.5"
}), /*#__PURE__*/React.createElement("circle", {
cx: "19.5",
cy: "19.5",
r: "1.5"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.5,11c1.38,0,2.5-1.12,2.5-2.5V4h3V2h-4v4.51C16.58,6.19,16.07,6,15.5,6C14.12,6,13,7.12,13,8.5 C13,9.88,14.12,11,15.5,11z"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.74,15.96l-1.41,1.41l-0.71-0.71l0.35-0.35c0.98-0.98,0.98-2.56,0-3.54c-0.49-0.49-1.13-0.73-1.77-0.73 c-0.64,0-1.28,0.24-1.77,0.73c-0.98,0.98-0.98,2.56,0,3.54l0.35,0.35l-1.06,1.06c-0.98,0.98-0.98,2.56,0,3.54 C4.22,21.76,4.86,22,5.5,22s1.28-0.24,1.77-0.73l1.06-1.06l1.41,1.41l1.41-1.41l-1.41-1.41l1.41-1.41L9.74,15.96z M5.85,14.2 c0.12-0.12,0.26-0.15,0.35-0.15s0.23,0.03,0.35,0.15c0.19,0.2,0.19,0.51,0,0.71l-0.35,0.35L5.85,14.9 C5.66,14.71,5.66,14.39,5.85,14.2z M5.85,19.85C5.73,19.97,5.59,20,5.5,20s-0.23-0.03-0.35-0.15c-0.19-0.19-0.19-0.51,0-0.71 l1.06-1.06l0.71,0.71L5.85,19.85z"
})))),
name: 'EmojiSymbols'
});
export default EmojiSymbols;