@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 1.89 kB
JavaScript
import React from 'react'
const MicOff = (props) => (
<svg fill="currentcolor" width="24" height="24" data-testid="icon:mic-off" {...props}>
<path d="M18,7.41421356 L18,11.5 C18.8284271,11.5 19.5,12.1715729 19.5,13 C19.5,13.8284271 18.8284271,14.5 18,14.5 L17.8145638,14.5 C17.2338416,16.7781261 15.3482815,18.5234505 13,18.9171082 L13,21 L11,21 L11,18.9169391 C9.84472784,18.7229049 8.80113451,18.1984391 7.96987366,17.4443399 L4.70710678,20.7071068 C4.31658249,21.0976311 3.68341751,21.0976311 3.29289322,20.7071068 C2.90236893,20.3165825 2.90236893,19.6834175 3.29289322,19.2928932 L6.72480258,15.8609839 C6.4916579,15.4323254 6.3092982,14.9835611 6.18581192,14.5 L6,14.5 C5.17157288,14.5 4.5,13.8284271 4.5,13 C4.5,12.1715729 5.17157288,11.5 6,11.5 L6,6.99668583 C6,3.68446843 8.68602365,1 12,1 C14.5914792,1 16.8007782,2.64536411 17.6395061,4.94628034 L19.2928932,3.29289322 C19.6834175,2.90236893 20.3165825,2.90236893 20.7071068,3.29289322 C21.0976311,3.68341751 21.0976311,4.31658249 20.7071068,4.70710678 L18,7.41421356 Z M15.5857864,7 L13.9990507,7 C13.4433532,7 13,6.55228475 13,6 C13,5.44386482 13.4472902,5 13.9990507,5 L15.4647359,5 C14.7728226,3.80521041 13.4796763,3 12,3 C10.5183827,3 9.22529394,3.80445411 8.53403432,5 L10.0009493,5 C10.5527098,5 11,5.44386482 11,6 C11,6.55228475 10.5566468,7 10.0009493,7 L8,7 L8,8 L10.0009493,8 C10.5527098,8 11,8.44386482 11,9 C11,9.55228475 10.5566468,10 10.0009493,10 L8,10 L8,13.0033142 C8,13.4763279 8.08253093,13.9303694 8.23398555,14.3518009 L15.5857864,7 Z M12,17 C14.2096661,17 16,15.2107027 16,13.0033142 L16,9.41421356 L9.38661543,16.0275981 C10.0878209,16.6332851 11.001435,17 12,17 Z M7,22 C7,21.4477153 7.44910619,21 7.99539757,21 L16.0046024,21 C16.5543453,21 17,21.4438648 17,22 C17,22.5522847 16.5508938,23 16.0046024,23 L7.99539757,23 C7.44565467,23 7,22.5561352 7,22 Z" />
</svg>
)
export default MicOff