@iswa/jsx
Version:
international sign writing alphabet in jsx
12 lines (9 loc) • 829 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: 28,
height: 13
}, props), /*#__PURE__*/React.createElement("path", {
d: "M25.678.121L17.899 7.9a1 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 2.243C0 4.586.317 8.7 3.05 11.435a5 5 0 007.071 0l4.088-4.088a2.98 2.98 0 00.862 1.967 3 3 0 004.243 0l7.778-7.778L25.678.12z"
}));
export default SvgComponent;