@iswa/jsx
Version:
international sign writing alphabet in jsx
12 lines (9 loc) • 957 B
JavaScript
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: 38,
height: 17
}, props), /*#__PURE__*/React.createElement("path", {
d: "M36.284.586l-7.778 7.778a1 1 0 01-1.414 0 1.015 1.015 0 01-.31-.707v-4.64l-1.988 1.988-6.895 6.894a1 1 0 01-1.414 0 1.015 1.015 0 01-.31-.707v-4.64l-1.988 1.989-5.48 5.48a3 3 0 01-4.243 0c-1.952-1.953-2.269-4.802-.707-6.364L2.343 6.243C0 8.586.317 12.7 3.05 15.435a5 5 0 007.071 0l4.088-4.088a2.98 2.98 0 00.862 1.967 3 3 0 004.243 0l5.502-5.502a2.98 2.98 0 00.862 1.966 3 3 0 004.242 0L37.698 2 36.284.586z"
}));
export default SvgComponent;