UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 1.01 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: 23, height: 22 }, props), /*#__PURE__*/React.createElement("path", { d: "M17.343 4.243L1.08 20.506l1.414 1.414L18.757 5.657l-1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M16 18C9.925 18 5 13.075 5 7h1c0 5.523 4.477 10 10 10h2v1h-2zM11 7H0l5.5-5.5L11 7zm-2.408-.994L5.5 2.914l-3.07 3.07 6.162.022zM13.1 0H23v9.9L13.1 0zm2.431 1.016l6.453 6.453V1.016H15.53z" }), /*#__PURE__*/React.createElement("path", { d: "M15.531 1.016h6.453V7.47L15.53 1.016zM8.592 6.006L2.43 5.984l3.07-3.07 3.092 3.092z", fill: "#fff" })); export default SvgComponent;