@iswa/jsx
Version:
international sign writing alphabet in jsx
12 lines (9 loc) • 776 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: 23,
height: 22
}, props), /*#__PURE__*/React.createElement("path", {
d: "M18.5.5L23 5h-1l-3.5-3.5L15 5h-1L18.5.5zM19 5v13a4 4 0 01-4 4 5 5 0 01-5-5h5c0 1.657.672 3 1.5 3s1.5-1.343 1.5-3V5h1zM8.5.5L13 5h-1L8.5 1.5 5 5H4L8.5.5zM9 5v13a4 4 0 01-4 4 5 5 0 01-5-5h5c0 1.657.672 3 1.5 3S8 18.657 8 17V5h1z"
}));
export default SvgComponent;