UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

29 lines (26 loc) 1.55 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: 36 }, props), /*#__PURE__*/React.createElement("path", { d: "M12 29V0h1v29h-1z" }), /*#__PURE__*/React.createElement("path", { d: "M1.908 19.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 21.88l-.707-.707 1.414-1.415z" }), /*#__PURE__*/React.createElement("path", { d: "M7 29V0h1v29H7zM13.219 24L21 16.219V24h-7.781zm2.406-1H20v-4.344L15.625 23zM3 29l7 7 7-7H3zm2.438 1h9.125L10 34.563 5.437 30z" }), /*#__PURE__*/React.createElement("path", { d: "M5.438 30L10 34.563 14.563 30H5.437zM15.625 23L20 18.656V23h-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: "M8 29V0h4v29H8z", fill: "#fff" }), /*#__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;