UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 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: 22, height: 11 }, props), /*#__PURE__*/React.createElement("path", { d: "M4.504.653L.968 4.19l.707.707 2.829-2.829 2.828 2.829.707-.707L4.504.653zM6.183 7.813A4.006 4.006 0 014.99 4.984h1.016A3.009 3.009 0 009.011 7.99H11l.022.994-2.01.022a4.006 4.006 0 01-2.83-1.193z" }), /*#__PURE__*/React.createElement("path", { d: "M4.769 9.227A5.99 5.99 0 013 4.984h1.016a4.99 4.99 0 004.994 4.994H11v1.017H9.011A5.99 5.99 0 014.77 9.227z" }), /*#__PURE__*/React.createElement("path", { d: "M9 9.995a5 5 0 01-5-5h1a4 4 0 004 4h2v1H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M15.504.658l-3.536 3.536.707.707 2.829-2.828L18.332 4.9l.707-.707L15.504.658zM17.183 7.818A4.006 4.006 0 0115.99 4.99h1.016a3.009 3.009 0 003.005 3.005H22l.022.994-2.01.022a4.006 4.006 0 01-2.83-1.193z" }), /*#__PURE__*/React.createElement("path", { d: "M15.769 9.232A5.99 5.99 0 0114 4.99h1.016a4.99 4.99 0 004.994 4.994H22V11h-1.989a5.99 5.99 0 01-4.242-1.768z" }), /*#__PURE__*/React.createElement("path", { d: "M20 10a5 5 0 01-5-5h1a4 4 0 004 4h2v1h-2z", fill: "#fff" })); export default SvgComponent;