UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

5 lines (4 loc) 1.65 kB
import * as React from 'react'; const EyeDashed = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("path", { fill: "currentColor", d: "M11.376 11.588a.75.75 0 0 1 .755 1.296 8.3 8.3 0 0 1-2.48.947.75.75 0 0 1-.301-1.469 6.8 6.8 0 0 0 2.026-.774m-7.778.27a.75.75 0 0 1 .958-.305l.068.035.236.13c.477.253.99.45 1.523.583l.269.06.074.02a.75.75 0 0 1-.301 1.462l-.076-.012-.327-.074a8.3 8.3 0 0 1-1.864-.713l-.289-.16-.064-.042a.75.75 0 0 1-.207-.984m9.929-6.713a.75.75 0 0 1 1 .093l.05.06.187.263c.3.445.54.91.753 1.363l.244.537.028.074.037.115.02.076q.043.205.021.413l-.021.135-.02.076-.037.115-.028.074c-.313.705-.664 1.467-1.186 2.165a.75.75 0 0 1-1.2-.898c.396-.53.68-1.128.983-1.806-.264-.59-.514-1.12-.835-1.596l-.149-.209-.043-.063a.75.75 0 0 1 .196-.987m-12.053.093a.75.75 0 0 1 1.152.957l-.21.303c-.2.306-.378.636-.547.987l.001.001L1.64 8l.226.507c.17.356.347.687.548.996l.212.303.043.064a.75.75 0 0 1-1.195.893l-.05-.059-.266-.382a9 9 0 0 1-.454-.783l-.196-.396-.009-.019-.26-.585a1.33 1.33 0 0 1 0-1.078l.26-.584.009-.019.196-.395c.206-.396.44-.79.72-1.165zm6.68-.234A3 3 0 0 1 11 8l-.004.154A3 3 0 0 1 8 11l-.154-.004a3 3 0 0 1-2.842-2.842L5 8a3 3 0 0 1 3-3zM8 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M6.35 2.17a.75.75 0 0 1 .3 1.469 6.7 6.7 0 0 0-2.026.775l-.068.035a.751.751 0 0 1-.687-1.332l.288-.16A8.2 8.2 0 0 1 6.35 2.17m3.225-.012.076.012.325.073a8.2 8.2 0 0 1 2.157.875.75.75 0 0 1-.756 1.296 6.7 6.7 0 0 0-1.763-.715l-.264-.06-.075-.019a.75.75 0 0 1 .3-1.462" }))); export default EyeDashed;