@iswa/jsx
Version:
international sign writing alphabet in jsx
21 lines (18 loc) • 1.12 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: "M5 28a5 5 0 00-5 5v2a5 5 0 005 5h12v-3H5a3 3 0 01-3-3v-2a3 3 0 013-3h8v-1H5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 23v11l5.5-5.5L13 23zM5 0v14h1V0H5zm0 17v20h1V17H5zm0 23v5h1v-5H5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 5a5 5 0 00-5 5v2a5 5 0 005 5h8v-3H5a3 3 0 01-3-3V9a3 3 0 013-3h12V5H5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 0v14h3V0H6zm0 17v20h3V17H6zm0 23v5h3v-5H6z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 10v11l5.5-5.5L13 10zM9 0v14h1V0H9zm0 17v20h1V17H9zm0 23v5h1v-5H9z"
}));
export default SvgComponent;