@iswa/jsx
Version:
international sign writing alphabet in jsx
22 lines (19 loc) • 1.64 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: 35,
height: 35
}, props), /*#__PURE__*/React.createElement("path", {
d: "M25 19h-5v-1h4v-4h1v5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 14c0 1.38.564 2.626 1.469 3.531l.687-.687A4.01 4.01 0 0121 14a4 4 0 118 0 3.975 3.975 0 01-2.219 3.563l.438.875C28.853 17.614 30 15.954 30 14a5 5 0 10-10 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M22 14c0 .828.332 1.582.875 2.125l.719-.719A1.982 1.982 0 0123 14a2 2 0 112.906 1.781l.438.875C27.319 16.161 28 15.17 28 14a3 3 0 00-6 0zM10 19H5v-1h4v-4h1v5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M5 14c0 1.38.564 2.626 1.469 3.531l.687-.687A4.01 4.01 0 016 14a4 4 0 118 0 3.975 3.975 0 01-2.219 3.563l.438.875C13.853 17.614 15 15.954 15 14a5 5 0 10-10 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 14c0 .828.332 1.582.875 2.125l.719-.719A1.982 1.982 0 018 14a2 2 0 112.906 1.781l.438.875C12.319 16.161 13 15.17 13 14a3 3 0 00-6 0z"
}), /*#__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"
}));
export default SvgComponent;