UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

22 lines (19 loc) 1.15 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: 38, height: 15 }, props), /*#__PURE__*/React.createElement("path", { d: "M10 1a6 6 0 100 12 6 6 0 000-12zm0 2a4 4 0 110 8 4 4 0 010-8z" }), /*#__PURE__*/React.createElement("path", { d: "M10 3a4 4 0 100 8 4 4 0 000-8zm0 2a2 2 0 110 4 2 2 0 010-4z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M10 5a2 2 0 100 4 2 2 0 000-4zM0 0v15h2V0H0zM18 0v15h2V0h-2zM28 1a6 6 0 100 12 6 6 0 000-12zm0 2a4 4 0 110 8 4 4 0 010-8z" }), /*#__PURE__*/React.createElement("path", { d: "M28 3a4 4 0 100 8 4 4 0 000-8zm0 2a2 2 0 110 4 2 2 0 010-4z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M28 5a2 2 0 100 4 2 2 0 000-4zM36 0v15h2V0h-2z" })); export default SvgComponent;