UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 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: 22, height: 23 }, props), /*#__PURE__*/React.createElement("path", { d: "M4.243 5.657L20.506 21.92l1.414-1.414L5.657 4.243 4.243 5.657z" }), /*#__PURE__*/React.createElement("path", { d: "M18 7c0 6.075-4.925 11-11 11v-1c5.523 0 10-4.477 10-10V5h1v2zM7 12v11l-5.5-5.5L7 12zm-.994 2.408L2.914 17.5l3.07 3.07.022-6.162zM0 9.9V0h9.9L0 9.9zm1.016-2.431L7.47 1.016H1.016V7.47z" }), /*#__PURE__*/React.createElement("path", { d: "M1.016 7.469V1.016H7.47L1.016 7.47zM6.006 14.408l-.022 6.162-3.07-3.07 3.092-3.092z", fill: "#fff" })); export default SvgComponent;