UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

15 lines (12 loc) 991 B
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: 21, height: 16 }, props), /*#__PURE__*/React.createElement("path", { d: "M11 0a5 5 0 000 10V8h2v6c-5.392 0-9.871-3.88-10.813-9H.158C1.116 11.233 6.498 16 13 16a8 8 0 100-16h-2z" }), /*#__PURE__*/React.createElement("path", { d: "M11 2c-1.301 0-2.397.842-2.813 2H6.095A4.946 4.946 0 006 5c0 .345.027.675.094 1h2.093C8.604 7.158 9.7 8 11 8v2c-1.893 0-3.526-1.073-4.375-2.625L4.281 9.719A10.994 10.994 0 0013 14c.338 0 .677-.04 1-.094V6h6.75a7.895 7.895 0 00-.844-2H14V2.094A5.892 5.892 0 0013 2h-2z", fill: "#fff" })); export default SvgComponent;