@iswa/jsx
Version:
international sign writing alphabet in jsx
24 lines (21 loc) • 1.19 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: 27,
height: 21
}, props), /*#__PURE__*/React.createElement("path", {
d: "M0 14l5 5 5-5H8.5L5 17.5 1.5 14H0zM3 9a9 9 0 019-9h6v1h-6a8 8 0 00-8 8v5H3V9z"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 9a8 8 0 018-8h6v2h-6a6 6 0 00-6 6v5H4V9z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 9a6 6 0 016-6h6v1h-6a5 5 0 00-5 5v5H6V9zM22 3v1.5L25.5 8 22 11.5V13l5-5-5-5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 6a9 9 0 00-9 9v6h1v-6a8 8 0 018-8h3V6h-3z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 7a8 8 0 00-8 8v6h2v-6a6 6 0 016-6h3V7h-3z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 9a6 6 0 00-6 6v6h1v-6a5 5 0 015-5h3V9h-3z"
}));
export default SvgComponent;