UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

16 lines (13 loc) 999 B
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: 38, height: 20 }, props), /*#__PURE__*/React.createElement("path", { d: "M31 9v2h-3V9h3zm-6 0v2H12V9h13zM9 9v2H0V9h9zM31 17l7-7-7-7v2.844L35.156 10 31 14.156V17zM15 5L10.5.5 6 5h1.406L10.5 1.906 13.594 5H15z" }), /*#__PURE__*/React.createElement("path", { d: "M10 5v10c0 1.105-.672 2-1.5 2S7 16.105 7 15v-1H2v1c0 2.21 2.015 4 4.5 4s4.5-1.79 4.5-4V5h-1zM24 16l-4.5-4.5L15 16h1.406l3.094-3.094L22.594 16H24z" }), /*#__PURE__*/React.createElement("path", { d: "M26 1v15a2 2 0 01-4 0h-5c0 2.21 2.239 4 5 4s5-1.79 5-4V1h-1z" })); export default SvgComponent;