@iswa/jsx
Version:
international sign writing alphabet in jsx
14 lines (11 loc) • 847 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: 32
}, props), /*#__PURE__*/React.createElement("path", {
d: "M18 6v1c2.21 0 4 2.239 4 5 0 2.21-2.126 3.792-4 4l-5 .563V16a4 4 0 00-4-4 3 3 0 00-3 3 5 5 0 005 5v5a3 3 0 01-3 3H0v4h6a7 7 0 007-7v-5h3a8 8 0 008-8 6 6 0 00-6-6zm-9 7a2 2 0 012 2v1.781L9 17a2 2 0 010-4z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 0v2l-4.5 4.5L18 11v2l-6.5-6.5L18 0z"
}));
export default SvgComponent;