uiw-iconfont
Version:
The premium icon font for uiw Component Library.
7 lines (4 loc) • 1.2 kB
JavaScript
import React from 'react';
export const Notification = props => (
<svg viewBox="0 0 20 20" {...props}><path d="M10.026 18.64a.111.111 0 0 0 .011 0h-.01zm-.197-.124l.003-17.038-.07.07L4.94 6.316a.697.697 0 0 1-.49.2H1.968a.646.646 0 0 0-.365.242c-.13.156-.207.388-.22.69l-.001 5.411c.01.19.074.334.203.463.123.122.343.209.622.238h2.304c.183 0 .359.071.488.199l4.83 4.757zM4.164 5.154L8.77.6c.428-.444.913-.668 1.437-.58.583.097.953.522 1.005 1.165V18.84l-.005.085c-.078.603-.462 1.032-1.067 1.074-.451.03-.871-.137-1.252-.484L4.224 14.92l-2.082-.002c-.644-.06-1.166-.267-1.54-.64-.368-.367-.572-.825-.602-1.382V7.42C.027 6.814.2 6.3.532 5.898c.336-.407.767-.66 1.27-.736l.105-.008h2.258zm9.728 9.792a.698.698 0 0 1-.956-.198.675.675 0 0 1 .2-.943c1.068-.686 1.794-2.212 1.794-3.943 0-1.644-.654-3.108-1.645-3.841a.674.674 0 0 1-.137-.954c.23-.3.663-.36.968-.135 1.36 1.007 2.197 2.88 2.197 4.93 0 2.165-.935 4.128-2.42 5.084zm2.526 2.531a.698.698 0 0 1-.955-.208.675.675 0 0 1 .211-.94c1.754-1.102 2.943-3.618 2.943-6.467 0-2.85-1.189-5.366-2.943-6.468a.675.675 0 0 1-.211-.94.698.698 0 0 1 .954-.208C18.602 3.618 20 6.576 20 9.862c0 3.285-1.398 6.243-3.582 7.615z" fillRule="evenodd" /></svg>
);