UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

31 lines (28 loc) 1.85 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: 22, height: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 7v28h1V7h-1zM8 7v28h1V7H8z" }), /*#__PURE__*/React.createElement("path", { d: "M9 7v28h4V7H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M4 7l7-7 7 7h-2.844L11 2.844 6.844 7H4zM0 18.781V11h7.781l-1 1H1v5.781l-1 1z" }), /*#__PURE__*/React.createElement("path", { d: "M20.506 16.657c-5.077 5.077-13.308 5.077-18.385 0l.707-.707c4.687 4.686 12.285 4.686 16.971 0l1.414-1.414.707.707-1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M19.799 15.95c-4.686 4.686-12.284 4.686-16.97 0l2.12-2.122a9 9 0 0012.729 0l1.414-1.414 2.121 2.122L19.8 15.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.678 13.828a9 9 0 01-12.728 0l.707-.707a8 8 0 0011.314 0l1.414-1.414.707.707-1.414 1.414zM0 29.781V22h7.781l-1 1H1v5.781l-1 1z" }), /*#__PURE__*/React.createElement("path", { d: "M20.506 27.657c-5.077 5.077-13.308 5.077-18.385 0l.707-.707c4.687 4.686 12.285 4.686 16.971 0l1.414-1.414.707.707-1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M19.799 26.95c-4.686 4.686-12.284 4.686-16.97 0l2.12-2.122a9 9 0 0012.729 0l1.414-1.414 2.121 2.122L19.8 26.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.678 24.828a9 9 0 01-12.728 0l.707-.707a8 8 0 0011.314 0l1.414-1.414.707.707-1.414 1.414z" })); export default SvgComponent;