@iswa/jsx
Version:
international sign writing alphabet in jsx
22 lines (19 loc) • 1.1 kB
JavaScript
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: 26,
height: 12
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6 0a6 6 0 100 12A6 6 0 006 0zm0 2a4 4 0 110 8 4 4 0 010-8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 2a4 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: "M6 4a2 2 0 100 4 2 2 0 000-4zM20 0a6 6 0 100 12 6 6 0 000-12zm0 2a4 4 0 110 8 4 4 0 010-8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 2a4 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: "M20 4a2 2 0 100 4 2 2 0 000-4z"
}));
export default SvgComponent;