@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: "M12 48V0h-1v48h1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 5a7.5 7.5 0 110 15H6v-1h7.5a6.5 6.5 0 100-13H5V5h8.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 8a4.5 4.5 0 010 9H6v-1h7.5a3.5 3.5 0 100-7H5V8h8.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 12v2l-4 4 4 4v2l-6-6 6-6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 6a6.5 6.5 0 110 13H13v1h-1v-4h1v1h.5a4.5 4.5 0 000-9H5V6h8.5zM11 16v4h-1v-1H6v-2h4v-1h1z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 29a7.5 7.5 0 110 15H5v-1h8.5a6.5 6.5 0 100-13H6v-1h7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 32a4.5 4.5 0 010 9H5v-1h8.5a3.5 3.5 0 100-7H6v-1h7.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 25v2l-4 4 4 4v2l-6-6 6-6z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 30a6.5 6.5 0 110 13H13v1h-1v-4h1v1h.5a4.5 4.5 0 000-9H6v-2h7.5zM11 40v4h-1v-1H5v-2h5v-1h1z",
fill: "#fff"
}));
export default SvgComponent;