UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.51 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: 39, height: 32 }, props), /*#__PURE__*/React.createElement("path", { d: "M3.05 15.1a4 4 0 000 5.657l.707.707.707-.707-.707-.707a3 3 0 010-4.242l.707-.707c1.172-1.172 3.388-.855 4.95.707l6.364 6.364c2.322 2.321 3.536 9.192 3.536 9.192l7.07-7.071s-6.87-1.214-9.192-3.536l-6.364-6.364a5 5 0 00-7.07 0l-.708.708z" }), /*#__PURE__*/React.createElement("path", { d: "M.222 25H8v-7.778L.222 25zm2.43-1.016l4.332-4.331v4.33H2.653zM5.858 30.678l.707.707L34.849 3.1l-.707-.708L5.858 30.678z" }), /*#__PURE__*/React.createElement("path", { d: "M15.05 3.1a4 4 0 000 5.657l.707.707.707-.707-.707-.707a3 3 0 010-4.242l.707-.707c1.172-1.172 3.388-.855 4.95.707l6.364 6.364c2.322 2.321 3.536 9.192 3.536 9.192l7.07-7.071s-6.87-1.214-9.192-3.536l-6.364-6.364a5 5 0 00-7.07 0l-.708.708z" }), /*#__PURE__*/React.createElement("path", { d: "M12.222 13H20V5.222L12.222 13zm2.43-1.016l4.332-4.331v4.33h-4.331z" }), /*#__PURE__*/React.createElement("path", { d: "M2.653 23.984h4.33v-4.331l-4.33 4.33zM14.653 11.984h4.33V7.653l-4.33 4.33z", fill: "#fff" })); export default SvgComponent;