@iswa/jsx
Version:
international sign writing alphabet in jsx
16 lines (13 loc) • 1.05 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: 44,
height: 41
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17.5 6C27.165 6 35 13.835 35 23.5S27.165 41 17.5 41 0 33.165 0 23.5 7.835 6 17.5 6zm0 2C8.94 8 2 14.94 2 23.5 2 32.06 8.94 39 17.5 39 26.06 39 33 32.06 33 23.5 33 14.94 26.06 8 17.5 8zM29.15 7.485h7.072V6.47h-6.055V.414h-1.016v7.071z"
}), /*#__PURE__*/React.createElement("path", {
d: "M32.333 5.01l-.707-.707L35.868.061l.707.707-4.242 4.242zM44 8.192v7.071h-1.016V9.21h-6.055V8.192H44z"
}), /*#__PURE__*/React.createElement("path", {
d: "M41.525 11.374l-.707-.707-4.243 4.243.707.707 4.243-4.243z"
}));
export default SvgComponent;