UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

36 lines (33 loc) 2.1 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: 23, height: 39 }, props), /*#__PURE__*/React.createElement("path", { d: "M2.494 23.657c5.077 5.077 13.308 5.077 18.385 0l-.707-.707c-4.687 4.686-12.285 4.686-16.971 0l-1.414-1.414-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M3.201 22.95c4.686 4.686 12.284 4.686 16.97 0l-2.12-2.122a9 9 0 01-12.729 0l-1.414-1.414-2.121 2.122L3.2 22.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M5.322 20.828a9 9 0 0012.728 0l-.707-.707a8 8 0 01-11.314 0l-1.414-1.414-.707.707 1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M15.219 18L23 25.781V18h-7.781zm2.406 1H22v4.344L17.625 19zM19 32l-7 7-7-7h14zm-2.438 1H7.438L12 37.563 16.563 33z" }), /*#__PURE__*/React.createElement("path", { d: "M16.563 33L12 37.563 7.437 33h9.125zM17.625 19L22 23.344V19h-4.375z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M20.506 11.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 10.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 10.95z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13 32V0h-2v32h2z" }), /*#__PURE__*/React.createElement("path", { d: "M17.678 8.828a9 9 0 01-12.728 0l.707-.707a8 8 0 0011.314 0l1.414-1.414.707.707-1.414 1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M7.781 6L0 13.781V6h7.781zM5.375 7H1v4.344L5.375 7z" }), /*#__PURE__*/React.createElement("path", { d: "M5.375 7L1 11.344V7h4.375z", fill: "#fff" })); export default SvgComponent;