UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 876 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: 58, height: 58 }, props), /*#__PURE__*/React.createElement("path", { d: "M31.656 32H20.344L.719 51.625l5.656 5.656L31.656 32z" }), /*#__PURE__*/React.createElement("path", { d: "M42.656 21H31.344l-11 11h11.312l11-11z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M51.625.719L31.344 21h11.312L57.281 6.375 51.625.719zM32.406 23L23 28.438V30h12v-2h-7.313L35 23.781V23h-2.594z" })); export default SvgComponent;