UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

12 lines (9 loc) 838 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: 25, height: 25 }, props), /*#__PURE__*/React.createElement("path", { d: "M11.75 7v4.187L8.125 9.093l-.75 1.313L11 12.5l-3.625 2.093.75 1.313 3.625-2.094V18h1.5v-4.188l3.625 2.094.75-1.313L14 12.5l3.625-2.094-.75-1.313-3.625 2.094V7h-1.5zM24.333 13.727L13.727 24.333l-1.06-1.06 10.606-10.607 1.06 1.06zM12.313 1.706L1.707 12.312l-1.061-1.06L11.253.645l1.06 1.06z" })); export default SvgComponent;