UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

26 lines (23 loc) 1.45 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: 21, height: 33 }, props), /*#__PURE__*/React.createElement("path", { d: "M11 26V0H9v26h2z" }), /*#__PURE__*/React.createElement("path", { d: "M1.908 18.757c4.296-4.295 11.26-4.295 15.556 0l-.707.707c-3.905-3.905-10.237-3.905-14.142 0L1.201 20.88l-.707-.707 1.414-1.415z" }), /*#__PURE__*/React.createElement("path", { d: "M13.219 23L21 15.219V23h-7.781zm2.406-1H20v-4.344L15.625 22zM17 26l-7 7-7-7h14zm-2.438 1H5.438L10 31.563 14.563 27z" }), /*#__PURE__*/React.createElement("path", { d: "M14.563 27L10 31.563 5.437 27h9.125zM15.625 22L20 17.656V22h-4.375z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M1.908 8.757c4.296-4.295 11.26-4.295 15.556 0l-.707.707C12.852 5.56 6.52 5.56 2.615 9.464L1.201 10.88l-.707-.707 1.414-1.415z" }), /*#__PURE__*/React.createElement("path", { d: "M13.219 13L21 5.219V13h-7.781zm2.406-1H20V7.656L15.625 12z" }), /*#__PURE__*/React.createElement("path", { d: "M15.625 12L20 7.656V12h-4.375z", fill: "#fff" })); export default SvgComponent;