UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 475 B
import * as React from 'react'; export function SvgFileAudio(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M6 3v26h20V3zm2 2h16v22H8zm8 4.719v6.469A2.95 2.95 0 0015 16c-1.645 0-3 1.355-3 3s1.355 3 3 3 3-1.355 3-3v-6.719l2.75.688.5-1.938zM15 18c.563 0 1 .438 1 1 0 .563-.438 1-1 1-.563 0-1-.438-1-1 0-.563.438-1 1-1z" }))); } export default SvgFileAudio;