UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 loc) 1.15 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: 27, height: 21 }, props), /*#__PURE__*/React.createElement("path", { d: "M27 14l-5 5-5-5h10zM24 9a9 9 0 00-9-9H9v1h6a8 8 0 018 8v5h1V9z" }), /*#__PURE__*/React.createElement("path", { d: "M23 9a8 8 0 00-8-8H9v2h6a6 6 0 016 6v5h2V9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M21 9a6 6 0 00-6-6H9v1h6a5 5 0 015 5v5h1V9zM5 3L0 8l5 5V3z" }), /*#__PURE__*/React.createElement("path", { d: "M8 6a9 9 0 019 9v6h-1v-6a8 8 0 00-8-8H5V6h3z" }), /*#__PURE__*/React.createElement("path", { d: "M8 7a8 8 0 018 8v6h-2v-6a6 6 0 00-6-6H5V7h3z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M8 9a6 6 0 016 6v6h-1v-6a5 5 0 00-5-5H5V9h3z" })); export default SvgComponent;