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: 21, 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: "M8 15l-8 8v-8h8zm-2.438 1H1v4.563L5.563 16z" }), /*#__PURE__*/React.createElement("path", { d: "M19.938 17L21 18.063 17.5 21.5c-1.541 1.532-3.656 2.5-6 2.5a8.45 8.45 0 01-6-2.5l-2.031-1.969L4.53 18.47l.532.531c1.585 1.584 4.027 2 6.437 2s4.852-.415 6.438-2l2-2z" }), /*#__PURE__*/React.createElement("path", { d: "M5.563 16L1 20.563V16h4.563z", fill: "#fff" })); export default SvgComponent;