UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

25 lines (22 loc) 1.53 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: 22, height: 36 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 7v29h1V7h-1zM8 7v29h1V7H8z" }), /*#__PURE__*/React.createElement("path", { d: "M9 7v29h4V7H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M2.188 15.125l1.437 1.406c1.772 1.436 4.49 1.938 7.063 1.938 2.571 0 5.29-.502 7.062-1.938l.719.719a10.97 10.97 0 01-7.782 3.219 10.97 10.97 0 01-7.78-3.219L1.5 15.844l.688-.719zM14.219 13L22 20.781V13h-7.781zm2.406 1H21v4.344L16.625 14zM4 7l7-7 7 7H4zm2.438-1h9.125L11 1.437 6.437 6z" }), /*#__PURE__*/React.createElement("path", { d: "M6.438 6L11 1.437 15.563 6H6.437zM16.625 14L21 18.344V14h-4.375z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M19.813 26.125l-1.438 1.406c-1.772 1.436-4.49 1.938-7.063 1.938-2.571 0-5.29-.502-7.062-1.938l-.719.719a10.97 10.97 0 007.781 3.219 10.97 10.97 0 007.782-3.219l1.406-1.406-.688-.719zM7.781 24L0 31.781V24h7.781zm-2.406 1H1v4.344L5.375 25z" }), /*#__PURE__*/React.createElement("path", { d: "M5.375 25L1 29.344V25h4.375z", fill: "#fff" })); export default SvgComponent;