UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

36 lines (33 loc) 2.39 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: 40, height: 25 }, props), /*#__PURE__*/React.createElement("path", { d: "M0 12h40v1H0v-1zM25 0h10v10L25 0zm2.406 1L34 7.563V1h-6.594z" }), /*#__PURE__*/React.createElement("path", { d: "M23 12.5c0-2.623 1.062-5 2.781-6.719l2.5-2.5L29 4l-2.5 2.5a8.458 8.458 0 00-2.5 6c0 2.347.962 4.462 2.5 6l3.781 3.813-.687.687-3.813-3.781A9.472 9.472 0 0123 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M24 12.5c0-2.347.962-4.462 2.5-6L29 4l2.125 2.125-2.5 2.5C27.63 9.62 27 10.981 27 12.5c0 1.519.63 2.88 1.625 3.875l3.781 3.813-2.125 2.125L26.5 18.5a8.458 8.458 0 01-2.5-6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M27 12.5c0-1.519.63-2.88 1.625-3.875l2.5-2.5.688.688-2.5 2.5A4.494 4.494 0 0028 12.5c0 1.243.498 2.373 1.313 3.188l3.812 3.78-.719.72-3.781-3.813C27.63 15.38 27 14.019 27 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M27.406 1H34v6.563L27.406 1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M31 10.5v4H21v-4h10zM11 25h10V15L11 25zm2.406-1L20 17.437V24h-6.594z" }), /*#__PURE__*/React.createElement("path", { d: "M9 12.5c0 2.623 1.062 5 2.781 6.719l2.5 2.5L15 21l-2.5-2.5a8.458 8.458 0 01-2.5-6c0-2.347.962-4.462 2.5-6l3.781-3.813L15.594 2 11.78 5.781A9.472 9.472 0 009 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M10 12.5c0 2.347.962 4.462 2.5 6L15 21l2.125-2.125-2.5-2.5C13.63 15.38 13 14.019 13 12.5c0-1.519.63-2.88 1.625-3.875l3.781-3.813-2.125-2.125L12.5 6.5a8.458 8.458 0 00-2.5 6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13 12.5c0 1.519.63 2.88 1.625 3.875l2.5 2.5.688-.688-2.5-2.5A4.494 4.494 0 0114 12.5c0-1.243.498-2.373 1.313-3.188l3.812-3.78-.719-.72-3.781 3.813C13.63 9.62 13 10.981 13 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M13.406 24H20v-6.563L13.406 24z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17 10.5v4H7v-4h10z" })); export default SvgComponent;