@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 595 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiVial (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M11.95,3.564l0.708,0.707l-9.193,9.193C2.521,14.408,2,15.664,2,17s0.521,2.592,1.465,3.535C4.408,21.479,5.664,22,7,22 s2.592-0.521,3.535-1.465l9.193-9.193l0.707,0.708l1.414-1.414L13.364,2.15L11.95,3.564z M9.121,19.121 c-1.133,1.133-3.109,1.133-4.242,0C4.313,18.555,4,17.802,4,17s0.313-1.555,0.879-2.121L5.758,14h8.484L9.121,19.121z M16.242,12 H7.758l6.314-6.314l4.242,4.242L16.242,12z"}}]})(props);
};