UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

30 lines (27 loc) 1.64 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 12v12l-6-6 6-6zm-1 2.438L1.406 18 5 21.563v-7.125z" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 6a6.5 6.5 0 110 13H13v1h-1v-4h1v1h.5a4.5 4.5 0 000-9H5V6h8.5zM11 16v4h-1v-1H6v-2h4v-1h1z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 29a7.5 7.5 0 110 15H5v-1h8.5a6.5 6.5 0 100-13H6v-1h7.5z" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 32a4.5 4.5 0 010 9H5v-1h8.5a3.5 3.5 0 100-7H6v-1h7.5z" }), /*#__PURE__*/React.createElement("path", { d: "M6 25v12l-6-6 6-6zm-1 2.438L1.406 31 5 34.563v-7.126z" }), /*#__PURE__*/React.createElement("path", { d: "M13.5 30a6.5 6.5 0 110 13H13v1h-1v-4h1v1h.5a4.5 4.5 0 000-9H6v-2h7.5zM11 40v4h-1v-1H5v-2h5v-1h1zM5 14.438v7.124L1.406 18 5 14.437zM5 27.438v7.125L1.406 31 5 27.437z", fill: "#fff" })); export default SvgComponent;