@iswa/jsx
Version:
international sign writing alphabet in jsx
15 lines (12 loc) • 890 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: 13,
height: 14
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7 0a7 7 0 000 14c2.31 0 4.407-.882 6-2.313l-1.344-1.5C10.416 11.305 8.8 12 7 12A5 5 0 017 2a3 3 0 010 6 1 1 0 010-2h1V4H7a3 3 0 000 6A5 5 0 107 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 2a5 5 0 000 10c1.8 0 3.416-.696 4.656-1.813L10.312 8.72A4.947 4.947 0 017 10a3 3 0 010-6h1v2H7a1 1 0 000 2 3 3 0 000-6z",
fill: "#fff"
}));
export default SvgComponent;