UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 811 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: 26, height: 24 }, props), /*#__PURE__*/React.createElement("path", { d: "M0 13l4.5 4.5L9 13H7.562L4.5 16.063 1.437 13H0zM14 0C8.477 0 4 4.477 4 10v3h1v-3a9 9 0 019-9h6V0h-6zM6 19l4.5 4.5L15 19h-1.438L10.5 22.063 7.437 19H6z" }), /*#__PURE__*/React.createElement("path", { d: "M20 6c-5.523 0-10 4.477-10 10v3h1v-3a9 9 0 019-9h6V6h-6z" })); export default SvgComponent;