UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 958 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgBellLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M14.121 9.879c4.296 4.295 6.829 8.728 5.657 9.899-.475.475-1.486.341-2.807-.273a9.008 9.008 0 0 1-10.59-.473l-.038.039-1.414-1.414.038-.04A9.006 9.006 0 0 1 4.495 7.03c-.614-1.322-.748-2.333-.273-2.808 1.128-1.128 5.277 1.177 9.417 5.182l.482.475Zm-1.414 1.414C10.823 9.409 8.87 7.842 7.236 6.869l-.186.181a7.002 7.002 0 0 0-.657 9.142l1.846-1.846a2 2 0 0 1 3.347-1.932 2 2 0 0 1-1.931 3.347l-1.848 1.846a7.001 7.001 0 0 0 9.143-.657l.179-.188-.053-.089c-.976-1.615-2.52-3.53-4.369-5.38Zm7.071-7.071a2 2 0 0 1-.165 2.976 9.015 9.015 0 0 1 .663 8.345 21.16 21.16 0 0 0-1.386-2.306 6.99 6.99 0 0 0-1.94-6.187 6.992 6.992 0 0 0-6.187-1.94 21.096 21.096 0 0 0-2.306-1.386 9.017 9.017 0 0 1 8.347.663 2 2 0 0 1 2.974-.165Z" /> </Svg> ); export default SvgBellLine;