UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

30 lines (27 loc) 1.49 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: 21, height: 48 }, props), /*#__PURE__*/React.createElement("path", { d: "M12 48V0h-1v48h1z" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 5a7.5 7.5 0 110 15H6v-1h7.5a6.5 6.5 0 100-13H5V5h8.5z" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 8a4.5 4.5 0 010 9H6v-1h7.5a3.5 3.5 0 100-7H5V8h8.5z" }), /*#__PURE__*/React.createElement("path", { d: "M6 12l-6 6 6 6V12z" }), /*#__PURE__*/React.createElement("path", { d: "M5 6v2h8.5a4.5 4.5 0 010 9H13v-1h-1v4h1v-1h.5a6.5 6.5 0 100-13H5zm5 10v1H6v2h4v1h1v-4h-1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 26a7.5 7.5 0 110 15H6v-1h7.5a6.5 6.5 0 100-13H5v-1h8.5z" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 29a4.5 4.5 0 010 9H6v-1h7.5a3.5 3.5 0 100-7H5v-1h8.5z" }), /*#__PURE__*/React.createElement("path", { d: "M6 33l-6 6 6 6V33z" }), /*#__PURE__*/React.createElement("path", { d: "M5 27v2h8.5a4.5 4.5 0 010 9H13v-1h-1v4h1v-1h.5a6.5 6.5 0 100-13H5zm5 10v1H6v2h4v1h1v-4h-1z", fill: "#fff" })); export default SvgComponent;