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: 19, height: 44 }, props), /*#__PURE__*/React.createElement("path", { d: "M14 6a5 5 0 015 5v2a5 5 0 01-5 5H6v-3h8a3 3 0 003-3v-2a3 3 0 00-3-3H2V6h12z" }), /*#__PURE__*/React.createElement("path", { d: "M6 11v11L.5 16.5 6 11zm-1 2.438L1.937 16.5 5 19.563v-6.125zM9 0v15H8V0h1zm0 18v15H8V18h1zm0 18v8H8v-8h1z" }), /*#__PURE__*/React.createElement("path", { d: "M14 24a5 5 0 015 5v2a5 5 0 01-5 5H6v-3h8a3 3 0 003-3v-2a3 3 0 00-3-3H2v-1h12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 0v15H9V0h3zm0 18v15H9V18h3zm0 18v8H9v-8h3z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M6 29v11L.5 34.5 6 29zm-1 2.438L1.937 34.5 5 37.563v-6.126zM13 0v15h-1V0h1zm0 18v15h-1V18h1zm0 18v8h-1v-8h1z" }), /*#__PURE__*/React.createElement("path", { d: "M5 31.438v6.125L1.937 34.5 5 31.437zM5 13.438v6.124L1.937 16.5 5 13.437z", fill: "#fff" })); export default SvgComponent;