UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

15 lines (12 loc) 776 B
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: 18, height: 20 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 20l4.5-4.5L13 11v9zm1-2.438v-4.125l2.094 2.063L14 17.563zM0 6c0 5.523 4.477 10 10 10h3v-1h-3a9 9 0 01-9-9V0H0v6z" }), /*#__PURE__*/React.createElement("path", { d: "M14 17.563l2.094-2.063L14 13.437v4.126z", fill: "#fff" })); export default SvgComponent;