UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 loc) 1.16 kB
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 14l-5 5-5-5h10zM23 9a9 9 0 00-9-9H8v1h6a8 8 0 018 8v5h1V9z" }), /*#__PURE__*/React.createElement("path", { d: "M22 9a8 8 0 00-8-8H8v2h6a6 6 0 016 6v5h2V9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M20 9a6 6 0 00-6-6H8v1h6a5 5 0 015 5v5h1V9zM18 19l-5 5-5-5h10z" }), /*#__PURE__*/React.createElement("path", { d: "M15 14a9 9 0 00-9-9H0v1h6a8 8 0 018 8v5h1v-5z" }), /*#__PURE__*/React.createElement("path", { d: "M14 14a8 8 0 00-8-8H0v2h6a6 6 0 016 6v5h2v-5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 14a6 6 0 00-6-6H0v1h6a5 5 0 015 5v5h1v-5z" })); export default SvgComponent;