UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.85 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; const SvgComponent = props => /*#__PURE__*/React.createElement("svg", _extends({ width: 39, height: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M17.5 0c6.155 0 11.537 3.195 14.656 8 1.052 1.562 1.524 3.665 2.813 5.125.648.734 2.375 1.719 2.375 1.719C38.319 15.339 39 16.33 39 17.5s-.681 2.161-1.656 2.656c0 0-1.727.985-2.375 1.719-1.29 1.46-1.889 3.505-2.813 5.125-3.12 4.805-8.5 8-14.656 8C7.835 35 0 27.165 0 17.5S7.835 0 17.5 0zm0 2C8.94 2 2 8.94 2 17.5 2 26.06 8.94 33 17.5 33c5.415 0 10.166-2.792 12.938-7 .932-1.729 2.21-3.233 3.406-4.781.88-.832 3.062-1.938 3.062-1.938A1.993 1.993 0 0038 17.5c0-.78-.444-1.451-1.094-1.781 0 0-2.182-1.106-3.062-1.938-1.265-1.505-2.415-3.085-3.407-4.781-2.77-4.208-7.522-7-12.937-7z" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 19a5 5 0 100 10 5 5 0 000-10zm0 1a4 4 0 110 8 4 4 0 010-8z" }), /*#__PURE__*/React.createElement("path", { d: "M21.5 24c0-.346-.074-.68-.156-1H19.75c-1.797 0-3.366-.965-4.313-2.407a3.962 3.962 0 000 6.813C16.384 25.964 17.953 25 19.75 25h1.594c.082-.32.156-.654.156-1zM27 17a3 3 0 100 6 3 3 0 000-6zm0 1a2 2 0 110 4 2 2 0 010-4z" }), /*#__PURE__*/React.createElement("path", { d: "M27 18a2 2 0 100 4 2 2 0 000-4zm0 1a1 1 0 110 2 1 1 0 010-2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M28 20a1 1 0 11-2 0 1 1 0 112 0zM25.5 11l-2.719 2.719.719.687 1.5-1.469V16h1v-3.063l1.5 1.47 1.5-1.47V16h1v-3.063l1.5 1.47.719-.688L29.5 11l-2 2-2-2z" })); export default SvgComponent;