@iswa/jsx
Version:
international sign writing alphabet in jsx
17 lines (14 loc) • 1 kB
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: 22,
height: 23
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4.243 5.657L20.506 21.92l1.414-1.414L5.657 4.243 4.243 5.657z"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 6C11.925 6 7 10.925 7 17h1c0-5.523 4.477-10 10-10h2V6h-2zM13 17H2l5.5 5.5L13 17zm-2.408.994L7.5 21.086l-3.07-3.07 6.162-.022zM0 9.9V0h9.9L0 9.9zm1.016-2.431L7.47 1.016H1.016V7.47z"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.016 7.469V1.016H7.47L1.016 7.47zM10.592 17.994l-6.162.022 3.07 3.07 3.092-3.092z",
fill: "#fff"
}));
export default SvgComponent;