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: 24, height: 26 }, props), /*#__PURE__*/React.createElement("path", { d: "M14 0l5 5-5 5V0zM9 3a9 9 0 00-9 9v6h1v-6a8 8 0 018-8h5V3H9z" }), /*#__PURE__*/React.createElement("path", { d: "M9 4a8 8 0 00-8 8v6h2v-6a6 6 0 016-6h5V4H9z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M9 6a6 6 0 00-6 6v6h1v-6a5 5 0 015-5h5V6H9zM19 8l5 5-5 5V8z" }), /*#__PURE__*/React.createElement("path", { d: "M14 11a9 9 0 00-9 9v6h1v-6a8 8 0 018-8h5v-1h-5z" }), /*#__PURE__*/React.createElement("path", { d: "M14 12a8 8 0 00-8 8v6h2v-6a6 6 0 016-6h5v-2h-5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M14 14a6 6 0 00-6 6v6h1v-6a5 5 0 015-5h5v-1h-5z" })); export default SvgComponent;