@iswa/jsx
Version:
international sign writing alphabet in jsx
30 lines (27 loc) • 1.52 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: 21,
height: 48
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 48V0h1v48H9z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 27a7.5 7.5 0 100 15H15v-1H7.5a6.5 6.5 0 110-13H16v-1H7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 30a4.5 4.5 0 000 9H15v-1H7.5a3.5 3.5 0 110-7H16v-1H7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 34v2l4 4-4 4v2l6-6-6-6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 28a6.5 6.5 0 100 13H8v1h1v-4H8v1h-.5a4.5 4.5 0 010-9H16v-2H7.5zM10 38v4h1v-1h4v-2h-4v-1h-1z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 7a7.5 7.5 0 100 15H16v-1H7.5a6.5 6.5 0 110-13H15V7H7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 10a4.5 4.5 0 000 9H16v-1H7.5a3.5 3.5 0 110-7H15v-1H7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 3v2l4 4-4 4v2l6-6-6-6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.5 8a6.5 6.5 0 100 13H8v1h1v-4H8v1h-.5a4.5 4.5 0 010-9H15V8H7.5zM10 18v4h1v-1h5v-2h-5v-1h-1z",
fill: "#fff"
}));
export default SvgComponent;