UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 831 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: 28, height: 39 }, props), /*#__PURE__*/React.createElement("path", { d: "M8 0L0 8h16L8 0zM4 8v31l24-24-1.406-1.406L6 34.187V8H4z" }), /*#__PURE__*/React.createElement("path", { d: "M10 8v16.5l13.75-13.75-1.406-1.406L12 19.688V8h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M6 8v26.188l20.594-20.594-2.844-2.844L10 24.5V8H6z", fill: "#fff" })); export default SvgComponent;