UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

21 lines (18 loc) 1.03 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: "M10 6a5 5 0 00-5 5v2a5 5 0 005 5v-3a3 3 0 01-3-3v-2a3 3 0 013-3h9V6h-9zM19 1l5.5 5.5L19 12v-2l3.5-3.5L19 3V1z" }), /*#__PURE__*/React.createElement("path", { d: "M12 0h-1v35h1V0z" }), /*#__PURE__*/React.createElement("path", { d: "M23 20v1H10a3 3 0 00-3 3v5H4v-4a5 5 0 015-5h14z" }), /*#__PURE__*/React.createElement("path", { d: "M15 0h-3v35h3V0z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M11 29l-5.5 5.5L0 29h2l3.5 3.5L9 29h2zM16 0h-1v35h1V0z" })); export default SvgComponent;