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: 22, height: 23 }, props), /*#__PURE__*/React.createElement("path", { d: "M4.243 17.343L20.506 1.08l1.414 1.414L5.657 18.757l-1.414-1.414z" }), /*#__PURE__*/React.createElement("path", { d: "M18 17C11.925 17 7 12.075 7 6h1c0 5.523 4.477 10 10 10h2v1h-2zM13 6H2L7.5.5 13 6zm-2.408-.994L7.5 1.914l-3.07 3.07 6.162.022zM0 13.1V23h9.9L0 13.1zm1.016 2.431l6.453 6.453H1.016V15.53z" }), /*#__PURE__*/React.createElement("path", { d: "M1.016 15.531v6.453H7.47L1.016 15.53zM10.592 5.006L4.43 4.984l3.07-3.07 3.092 3.092z", fill: "#fff" })); export default SvgComponent;