UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

24 lines (21 loc) 1.2 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: 21, height: 27 }, props), /*#__PURE__*/React.createElement("path", { d: "M7 10V8.5L3.5 5 7 1.5V0L2 5l5 5zM12 3a9 9 0 019 9v6h-1v-6a8 8 0 00-8-8H7V3h5z" }), /*#__PURE__*/React.createElement("path", { d: "M12 4a8 8 0 018 8v6h-2v-6a6 6 0 00-6-6H7V4h5z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 6a6 6 0 016 6v6h-1v-6a5 5 0 00-5-5H7V6h5zM13 27l5-5h-1.5L13 25.5 9.5 22H8l5 5z" }), /*#__PURE__*/React.createElement("path", { d: "M15 22v-3a9 9 0 00-9-9H0v1h6a8 8 0 018 8v3h1z" }), /*#__PURE__*/React.createElement("path", { d: "M14 22v-3a8 8 0 00-8-8H0v2h6a6 6 0 016 6v3h2z", fill: "#fff" }), /*#__PURE__*/React.createElement("path", { d: "M12 22v-3a6 6 0 00-6-6H0v1h6a5 5 0 015 5v3h1z" })); export default SvgComponent;