@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: 44
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5 6a5 5 0 00-5 5v2a5 5 0 005 5h8v-3H5a3 3 0 01-3-3v-2a3 3 0 013-3h12V6H5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 11v11l5.5-5.5L13 11zM10 0v15h1V0h-1zm0 18v15h1V18h-1zm0 18v8h1v-8h-1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 24a5 5 0 00-5 5v2a5 5 0 005 5h8v-3H5a3 3 0 01-3-3v-2a3 3 0 013-3h12v-1H5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 0v15h3V0H7zm0 18v15h3V18H7zm0 18v8h3v-8H7z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 29v11l5.5-5.5L13 29zM6 0v15h1V0H6zm0 18v15h1V18H6zm0 18v8h1v-8H6z"
}));
export default SvgComponent;