UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

29 lines (26 loc) 1.49 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: 23, height: 28 }, props), /*#__PURE__*/React.createElement("path", { d: "M8 4l-8 8V4h8zM5.562 5H1v4.563L5.563 5zM10 0H9v28h1V0z" }), /*#__PURE__*/React.createElement("path", { d: "M13 0h-3v28h3V0z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M14 0h-1v28h1V0z" }), /*#__PURE__*/React.createElement("path", { d: "M19.938 6L21 7.063 17.5 10.5c-1.541 1.532-3.656 2.5-6 2.5a8.45 8.45 0 01-6-2.5L3.469 8.531 4.53 7.47 5.063 8c1.585 1.584 4.027 2 6.437 2s4.852-.415 6.438-2l2-2z" }), /*#__PURE__*/React.createElement("path", { d: "M5.563 5L1 9.563V5h4.563z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M15 15l8 8v-8h-8zm2.438 1H22v4.563L17.437 16z" }), /*#__PURE__*/React.createElement("path", { d: "M3.063 17L2 18.063 5.5 21.5c1.541 1.532 3.656 2.5 6 2.5a8.45 8.45 0 006-2.5l2.031-1.969-1.062-1.062-.532.531c-1.585 1.584-4.027 2-6.437 2s-4.852-.415-6.438-2l-2-2z" }), /*#__PURE__*/React.createElement("path", { d: "M17.438 16L22 20.563V16h-4.563z", fill: "#fff" })); export default SvgComponent;