UNPKG

@fruits-chain/react-native-xiaoshu

Version:
14 lines • 948 B
import React from 'react'; import { Path } from 'react-native-svg'; import { genIcon } from './helper/gen'; const IconVolumeOutline = genIcon({ render: color => { return /*#__PURE__*/React.createElement(Path, { fillRule: "evenodd", fill: color, d: "M10.858 3.359c.98-.795 2.444-.097 2.444 1.165v15c0 1.26-1.46 1.959-2.441 1.169l-4.059-3.269H3.214a1.5 1.5 0 0 1-1.493-1.355l-.007-.144v-7.78a1.5 1.5 0 0 1 1.5-1.5H6.8zm8.082.911c2.13 1.839 3.394 4.647 3.394 7.679 0 2.972-1.215 5.73-3.273 7.572a.75.75 0 0 1-1-1.117c1.738-1.555 2.773-3.907 2.773-6.455 0-2.6-1.077-4.992-2.874-6.543a.75.75 0 1 1 .98-1.136zm-7.138.254l-4.47 3.621H3.213v7.78h4.117l4.47 3.6v-15zm4.505 2.223c1.08 1.46 1.677 3.282 1.677 5.202 0 1.755-.5 3.431-1.416 4.827a.75.75 0 0 1-1.254-.824 7.286 7.286 0 0 0 1.17-4.003c0-1.6-.495-3.109-1.383-4.31a.75.75 0 0 1 1.206-.892z" }); } }); export default IconVolumeOutline; //# sourceMappingURL=volume.js.map