UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

30 lines (27 loc) 2.18 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: 36, height: 23 }, props), /*#__PURE__*/React.createElement("path", { d: "M0 12h36v1H0v-1zM23 0h10v10l-1.5-1.5v-7h-7L23 0z" }), /*#__PURE__*/React.createElement("path", { d: "M21 12.5c0-2.623 1.062-5 2.781-6.719l2.5-2.5L27 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 0121 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M22 12.5c0-2.347.962-4.462 2.5-6L27 4l2.125 2.125-2.5 2.5C25.63 9.62 25 10.981 25 12.5c0 1.519.63 2.88 1.625 3.875l3.781 3.813-2.125 2.125L24.5 18.5a8.458 8.458 0 01-2.5-6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M25 12.5c0-1.519.63-2.88 1.625-3.875l2.5-2.5.688.688-2.5 2.5A4.494 4.494 0 0026 12.5c0 1.243.498 2.373 1.313 3.188l3.812 3.78-.719.72-3.781-3.813C25.63 15.38 25 14.019 25 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M24 8.5a4 4 0 110 8 4 4 0 010-8zM9 0h10v10l-1.5-1.5v-7h-7L9 0z" }), /*#__PURE__*/React.createElement("path", { d: "M7 12.5c0-2.623 1.062-5 2.781-6.719l2.5-2.5L13 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 017 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M8 12.5c0-2.347.962-4.462 2.5-6L13 4l2.125 2.125-2.5 2.5C11.63 9.62 11 10.981 11 12.5c0 1.519.63 2.88 1.625 3.875l3.781 3.813-2.125 2.125L10.5 18.5a8.458 8.458 0 01-2.5-6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M11 12.5c0-1.519.63-2.88 1.625-3.875l2.5-2.5.688.688-2.5 2.5A4.494 4.494 0 0012 12.5c0 1.243.498 2.373 1.313 3.188l3.812 3.78-.719.72-3.781-3.813C11.63 15.38 11 14.019 11 12.5z" }), /*#__PURE__*/React.createElement("path", { d: "M10 8.5a4 4 0 110 8 4 4 0 010-8z" })); export default SvgComponent;