@iswa/jsx
Version:
international sign writing alphabet in jsx
14 lines (11 loc) • 822 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: 26,
height: 24
}, props), /*#__PURE__*/React.createElement("path", {
d: "M26 13l-4.5 4.5L17 13h1.438l3.062 3.063L24.563 13H26zM12 0c5.523 0 10 4.477 10 10v3h-1v-3a9 9 0 00-9-9H6V0h6zM20 19l-4.5 4.5L11 19h1.438l3.062 3.063L18.563 19H20z"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 6c5.523 0 10 4.477 10 10v3h-1v-3a9 9 0 00-9-9H0V6h6z"
}));
export default SvgComponent;