UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 795 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: 74, height: 11 }, props), /*#__PURE__*/React.createElement("path", { d: "M27 5H0V3h27v2zM47 3h27v2H47V3zM74 9H0v2h74V9z" }), /*#__PURE__*/React.createElement("path", { d: "M47 3v2h27v4H0V5h27V3h20z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M33.594 0L43 5.438V7H31V5h7.313L31 .781V0h2.594z" })); export default SvgComponent;