UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 609 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: 21, height: 34 }, props), /*#__PURE__*/React.createElement("path", { d: "M13 0L5 8h16l-8-8zM12 8v17.5l-12-12V34h2V18.312L14 30V8h-2z" })); export default SvgComponent;