UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 1.11 kB
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: 35, height: 35 }, props), /*#__PURE__*/React.createElement("path", { d: "M17.5 0C7.835 0 0 7.835 0 17.5S7.835 35 17.5 35 35 27.165 35 17.5 27.165 0 17.5 0zm0 2C26.06 2 33 8.94 33 17.5 33 26.06 26.06 33 17.5 33 8.94 33 2 26.06 2 17.5 2 8.94 8.94 2 17.5 2z" }), /*#__PURE__*/React.createElement("path", { d: "M32.156 8C28.542 9.66 26 13.263 26 17.5s2.542 7.84 6.156 9.5c.353-.543.668-1.11.969-1.688A8.51 8.51 0 0128 17.5a8.51 8.51 0 015.125-7.813A20.54 20.54 0 0032.156 8zM2.844 8a20.54 20.54 0 00-.969 1.688A8.51 8.51 0 017 17.5a8.51 8.51 0 01-5.125 7.813c.301.577.616 1.144.969 1.687C6.458 25.34 9 21.737 9 17.5S6.458 9.66 2.844 8z" })); export default SvgComponent;