@iswa/jsx
Version:
international sign writing alphabet in jsx
14 lines (11 loc) • 837 B
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: 24,
height: 22
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 7h15v15H9zM12 7h2V4c0-3.99-4-4-4-4H8s4 0 0 0-4 4-4 4h2s0 2 0 0 2-2 2-2h2s-2 0 0 0 2 2 2 2v3z"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 7s0 4 0 0-4-4-4-4H4s4 0 0 0-4 4-4 4v2h2V7s0 2 0 0 2-2 2-2h3S5 5 7 5s2 2 2 2h2zM0 9s0 4 4 4h3s4 0 4-4H9c.101.118 0 2-2 2H4s-2 0-2-2H0z"
}));
export default SvgComponent;