UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

17 lines (14 loc) 918 B
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: 22, height: 15 }, props), /*#__PURE__*/React.createElement("path", { d: "M15 5h6.364L15 11.364V5zm.685.685l.022 4 3.978-3.978-4-.022z" }), /*#__PURE__*/React.createElement("path", { d: "M.858.05l12.02 12.021c1.172 1.172 2.755 1.488 3.536.707a2 2 0 000-2.828l3.536-3.536a4 4 0 010 5.657l-.707.707a5 5 0 01-7.071 0L.15.758.858.05z" }), /*#__PURE__*/React.createElement("path", { d: "M15.685 5.685l4 .022-3.978 3.978-.022-4z", fill: "#fff" })); export default SvgComponent;