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: 21, height: 36 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 29V0h1v29h-1zM8 29V0h1v29H8z" }), /*#__PURE__*/React.createElement("path", { d: "M9 29V0h4v29H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M19.813 8.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.219L20.5 8.844l-.688-.719zM7.781 6L0 13.781V6h7.781zM5.375 7H1v4.344L5.375 7zM4 29l7 7 7-7H4zm2.438 1h9.125L11 34.563 6.437 30z" }), /*#__PURE__*/React.createElement("path", { d: "M6.438 30L11 34.563 15.563 30H6.437zM5.375 7L1 11.344V7h4.375z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M19.813 19.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 17L0 24.781V17h7.781zm-2.406 1H1v4.344L5.375 18z" }), /*#__PURE__*/React.createElement("path", { d: "M5.375 18L1 22.344V18h4.375z", fill: "#fff" })); export default SvgComponent;