UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 loc) 1.34 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: 20, height: 43 }, props), /*#__PURE__*/React.createElement("path", { d: "M5 6a5 5 0 00-5 5v2a5 5 0 005 5h12v-3H5a3 3 0 01-3-3v-2a3 3 0 013-3h9V6H5z" }), /*#__PURE__*/React.createElement("path", { d: "M14 1l5.5 5.5L14 12V1zm1 2.438v6.124L18.063 6.5 15 3.437zM7 0v15H6V0h1zm0 18v16H6V18h1zm0 19v6H6v-6h1z" }), /*#__PURE__*/React.createElement("path", { d: "M5 25a5 5 0 00-5 5v2a5 5 0 005 5h12v-3H5a3 3 0 01-3-3v-2a3 3 0 013-3h9v-1H5z" }), /*#__PURE__*/React.createElement("path", { d: "M10 0v15H7V0h3zm0 18v16H7V18h3zm0 19v6H7v-6h3z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M14 20l5.5 5.5L14 31V20zm1 2.438v6.125l3.063-3.063L15 22.437zM11 0v15h-1V0h1zm0 18v16h-1V18h1zm0 19v6h-1v-6h1z" }), /*#__PURE__*/React.createElement("path", { d: "M15 3.438L18.063 6.5 15 9.563V3.436zM15 22.438l3.063 3.062L15 28.563v-6.125z", fill: "#fff" })); export default SvgComponent;