@iswa/jsx
Version:
international sign writing alphabet in jsx
17 lines (14 loc) • 1.01 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: 11,
height: 11
}, props), /*#__PURE__*/React.createElement("path", {
d: "M.658 4.504L4.194.968l.707.707-2.828 2.829L4.9 7.332l-.707.707L.658 4.504zM7.818 6.183A4.006 4.006 0 004.99 4.99v1.016a3.009 3.009 0 013.005 3.005V11l.994.022.022-2.01c0-1.105-.47-2.105-1.193-2.83z"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.232 4.769A5.99 5.99 0 004.99 3v1.016a4.99 4.99 0 014.994 4.994V11H11V9.011A5.99 5.99 0 009.232 4.77z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 9a5 5 0 00-5-5v1a4 4 0 014 4v2h1V9z",
fill: "#fff"
}));
export default SvgComponent;