UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

5 lines (4 loc) 1.04 kB
import * as React from 'react'; const FileQuestion = (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", fillRule: "evenodd", d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h2.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5m2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879zm-6.533.388C6.978 5.19 7.488 5 8 5c1.092 0 2.125.736 2.125 1.947 0 .34-.07.678-.273 1.004-.19.308-.467.554-.785.776-.185.129-.269.211-.305.26l-.012.017A.75.75 0 0 1 7.25 9c0-.741.512-1.192.959-1.503.236-.165.329-.273.368-.336.028-.046.048-.097.048-.214a.37.37 0 0 0-.133-.292C8.398 6.575 8.235 6.5 8 6.5a.77.77 0 0 0-.463.17c-.126.104-.162.204-.162.277a.75.75 0 1 1-1.5 0c0-.618.32-1.116.713-1.438M9 11.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0", clipRule: "evenodd" }))); export default FileQuestion;