UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

29 lines (26 loc) 1.33 kB
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: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M15 6a5 5 0 015 5v2a5 5 0 01-5 5v-3a3 3 0 003-3v-2a3 3 0 00-3-3H6V6h9zM6 1L.5 6.5 6 12V1zM5 3.438v6.124L1.937 6.5 5 3.437z" }), /*#__PURE__*/React.createElement("path", { d: "M13 0h1v35h-1V0z" }), /*#__PURE__*/React.createElement("path", { d: "M2 20v1h13a3 3 0 013 3v5h3v-4a5 5 0 00-5-5H2z" }), /*#__PURE__*/React.createElement("path", { d: "M10 0h3v35h-3V0z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M9 0h1v35H9V0z" }), /*#__PURE__*/React.createElement("path", { d: "M5 3.438L1.937 6.5 5 9.563V3.436z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M14 29l5.5 5.5L25 29H14zm2.438 1h6.125L19.5 33.063 16.437 30z" }), /*#__PURE__*/React.createElement("path", { d: "M16.438 30l3.062 3.063L22.563 30h-6.125z", fill: "#fff" })); export default SvgComponent;