@iswa/jsx
Version:
international sign writing alphabet in jsx
21 lines (18 loc) • 1.13 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: 19,
height: 45
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14 28a5 5 0 015 5v2a5 5 0 01-5 5H2v-3h12a3 3 0 003-3v-2a3 3 0 00-3-3H6v-1h8z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 23v11L.5 28.5 6 23zM14 0v14h-1V0h1zm0 17v20h-1V17h1zm0 23v5h-1v-5h1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 5a5 5 0 015 5v2a5 5 0 01-5 5H6v-3h8a3 3 0 003-3V9a3 3 0 00-3-3H2V5h12z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 0v14h-3V0h3zm0 17v20h-3V17h3zm0 23v5h-3v-5h3z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 10v11L.5 15.5 6 10zM10 0v14H9V0h1zm0 17v20H9V17h1zm0 23v5H9v-5h1z"
}));
export default SvgComponent;