UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 862 B
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: 34 }, props), /*#__PURE__*/React.createElement("path", { d: "M11 0l6.5 6.5L11 13v-2l4.5-4.5L11 2V0z" }), /*#__PURE__*/React.createElement("path", { d: "M6 6a6 6 0 000 12h8a2 2 0 012 2c0 .552-.232 1.044-.594 1.406l-3.281 2.813A3.994 3.994 0 0011 27a7 7 0 007 7h8v-4H16a3 3 0 01-3-3c0-.536.22-1.016.563-1.375l3.28-2.781A4.01 4.01 0 0018 20a5 5 0 00-5-5H6a4 4 0 110-8h5V6H6z" })); export default SvgComponent;