react-text-to-speech
Advanced tools
Comparing version 0.6.6 to 0.6.7
import React from "react"; | ||
export function HiVolumeUp(props) { | ||
return React.createElement("span", Object.assign({}, props), | ||
React.createElement("svg", { fill: "currentColor", width: '1.25rem', height: '1.25rem' }, | ||
React.createElement("svg", { viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": true, width: "1.25rem", height: "1.25rem" }, | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.383 3.076A1 1 0 0110 4v12a1 1 0 01-1.707.707L4.586 13H2a1 1 0 01-1-1V8a1 1 0 011-1h2.586l3.707-3.707a1 1 0 011.09-.217zM14.657 2.929a1 1 0 011.414 0A9.972 9.972 0 0119 10a9.972 9.972 0 01-2.929 7.071 1 1 0 01-1.414-1.414A7.971 7.971 0 0017 10c0-2.21-.894-4.208-2.343-5.657a1 1 0 010-1.414zm-2.829 2.828a1 1 0 011.415 0A5.983 5.983 0 0115 10a5.984 5.984 0 01-1.757 4.243 1 1 0 01-1.415-1.415A3.984 3.984 0 0013 10a3.983 3.983 0 00-1.172-2.828 1 1 0 010-1.415z" }))); | ||
@@ -9,3 +9,3 @@ } | ||
return React.createElement("span", Object.assign({}, props), | ||
React.createElement("svg", { fill: "currentColor", width: '1.25rem', height: '1.25rem' }, | ||
React.createElement("svg", { viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": true, width: "1.25rem", height: "1.25rem" }, | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.383 3.076A1 1 0 0110 4v12a1 1 0 01-1.707.707L4.586 13H2a1 1 0 01-1-1V8a1 1 0 011-1h2.586l3.707-3.707a1 1 0 011.09-.217zM12.293 7.293a1 1 0 011.414 0L15 8.586l1.293-1.293a1 1 0 111.414 1.414L16.414 10l1.293 1.293a1 1 0 01-1.414 1.414L15 11.414l-1.293 1.293a1 1 0 01-1.414-1.414L13.586 10l-1.293-1.293a1 1 0 010-1.414z" }))); | ||
@@ -15,4 +15,4 @@ } | ||
return React.createElement("span", Object.assign({}, props), | ||
React.createElement("svg", { fill: "currentColor", width: '1.25rem', height: '1.25rem' }, | ||
React.createElement("svg", { viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": true, width: "1.25rem", height: "1.25rem" }, | ||
React.createElement("path", { d: "M5.25 3A2.25 2.25 0 003 5.25v9.5A2.25 2.25 0 005.25 17h9.5A2.25 2.25 0 0017 14.75v-9.5A2.25 2.25 0 0014.75 3h-9.5z" }))); | ||
} |
{ | ||
"name": "react-text-to-speech", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "An easy to use react component for the Web Speech API.", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/react": "^18.2.38" | ||
"@types/react": "^18.2.48" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
14563