@brizy/ui-icons
Version:
4 lines (3 loc) • 501 B
JavaScript
import React from "react";
export const Audio = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "M12.8 12.2c-.4-.4-.4-1 0-1.4 1.6-1.6 1.6-4.1 0-5.7-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0 2.3 2.3 2.3 6.1 0 8.5-.3.4-1 .4-1.4 0ZM11 1v14c0 .8-.9 1.2-1.6.8L3.7 12H1c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h2.7L9.4.2A1 1 0 0 1 11 1Z" })));