UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

27 lines (24 loc) 1.7 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: "M8 7v28h1V7H8zM13 7v28h1V7h-1z" }), /*#__PURE__*/React.createElement("path", { d: "M9 7v28h4V7H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M20.506 15.343c-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 16.05c-4.686-4.686-12.284-4.686-16.97 0l2.12 2.122a9 9 0 0112.729 0l1.414 1.414 2.121-2.122L19.8 16.05z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.678 18.172a9 9 0 00-12.728 0l.707.707a8 8 0 0111.314 0l1.414 1.414.707-.707-1.414-1.414zM7.778 21H0v-7.778L7.778 21zM18 7H4l7-7 7 7zM20.506 26.343c-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 27.05c-4.686-4.686-12.284-4.686-16.97 0l2.12 2.122a9 9 0 0112.729 0l1.414 1.414 2.121-2.122L19.8 27.05z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M17.678 29.172a9 9 0 00-12.728 0l.707.707a8 8 0 0111.314 0l1.414 1.414.707-.707-1.414-1.414zM7.778 32H0v-7.778L7.778 32z" })); export default SvgComponent;