UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

20 lines (17 loc) 1.06 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: 26, height: 9 }, props), /*#__PURE__*/React.createElement("path", { d: "M0 6V1h1v4h4v1H0z" }), /*#__PURE__*/React.createElement("path", { d: "M4.594.719L1.75 3.53l.719.719L5.28 1.406 4.594.72zM11 3v5h-1V4H6V3h5z" }), /*#__PURE__*/React.createElement("path", { d: "M8.531 4.75L5.72 7.594l.687.687L9.25 5.47l-.719-.719zM15 6V1h1v4h4v1h-5z" }), /*#__PURE__*/React.createElement("path", { d: "M19.594.719L16.75 3.53l.719.719 2.812-2.844-.687-.687zM26 3v5h-1V4h-4V3h5z" }), /*#__PURE__*/React.createElement("path", { d: "M23.531 4.75L20.72 7.594l.687.687L24.25 5.47l-.719-.719z" })); export default SvgComponent;