UNPKG

@iswa/jsx

Version:

international sign writing alphabet in jsx

14 lines (11 loc) 839 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: 11, height: 10 }, props), /*#__PURE__*/React.createElement("path", { d: "M1.5 5c0 .255.048.508.094.75h3.062c1.304 0 2.813 2.719 2.813 2.719A3.973 3.973 0 009.5 5a3.973 3.973 0 00-2.031-3.469S5.96 4.25 4.656 4.25H1.594c-.046.242-.094.495-.094.75z" }), /*#__PURE__*/React.createElement("path", { d: "M5.5 0a5 5 0 100 10 5 5 0 000-10zm0 1a4 4 0 110 8 4 4 0 010-8z" })); export default SvgComponent;