UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

20 lines (17 loc) 1.32 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: 33 }, props), /*#__PURE__*/React.createElement("path", { d: "M7.5 17a5.5 5.5 0 100 11 5.5 5.5 0 000-11zm0 1a4.5 4.5 0 110 9 4.5 4.5 0 010-9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M7 0v2.719L.469 14l8.75 15.156C8.518 28.613 7.825 28 7 28H6c-1.49 0-2.51 2-4 2H0v1h2c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2v-1L1.656 14 8 3V0H7zm3.313 3L3.936 14 13 29.688V33h1v-3.594L5.125 14l5.781-10H25V3H10.312zM6 31c-1.49 0-2.51 2-4 2h2c.627-.5 1.255-1 2-1h1c.745 0 1.373.5 2 1h2c-1.49 0-2.51-2-4-2H6z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M8 0v3L1.656 14 11 30.219V31c-1.49 0-2.51-2-4-2H6c-1.49 0-2.51 2-4 2H0v2h2c1.49 0 2.51-2 4-2h1c1.49 0 2.51 2 4 2h2v-3.313L3.937 14l6.376-11H25V0H8z" }), /*#__PURE__*/React.createElement("path", { d: "M7.5 18a4.5 4.5 0 100 9 4.5 4.5 0 000-9z" })); export default SvgComponent;