@iswa/jsx
Version:
international sign writing alphabet in jsx
14 lines (11 loc) • 958 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: 34,
height: 18
}, props), /*#__PURE__*/React.createElement("path", {
d: "M0 6.686V18h11.314L0 6.686z"
}), /*#__PURE__*/React.createElement("path", {
d: "M31.82.322L23.114 9.03a2 2 0 01-2.829 0 1.982 1.982 0 01-.574-1.415l.088-1.149a4.01 4.01 0 00-1.193-2.828 4 4 0 00-5.657 0L9.192 7.393c-1.7 1.7-7.07 1.415-7.07 1.415l7.07 7.07s-.285-5.37 1.415-7.07l3.756-3.757a2 2 0 012.829 0c.39.39.574.902.574 1.414l-.088 1.15a4.01 4.01 0 001.193 2.828 4 4 0 005.657 0l8.706-8.706L31.82.322z"
}));
export default SvgComponent;