UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

27 lines (24 loc) 1.37 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 10V0L2 5l5 5zM6 7.562L3.437 5 6 2.437v5.126zM12 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-5H8l5 5zm0-1.406L10.437 23h5.126L13 25.594z" }), /*#__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" }), /*#__PURE__*/React.createElement("path", { d: "M6 7.563V2.438L3.437 5 6 7.563zM13 25.594L15.563 23h-5.126L13 25.594z", fill: "#fff" })); export default SvgComponent;