UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

21 lines (17 loc) 2.03 kB
'use strict'; var React = require('react'); var SvgPersonExitIcon = function SvgPersonExitIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8.518 16h4.842c.735 0 1.455-.203 2.082-.586.387-.236.72-.553.974-.928l.014-.02c.371-.547.57-1.193.57-1.854v-1.31c0-.415-.336-.75-.75-.75s-.75.335-.75.75v1.31c0 .36-.108.713-.31 1.01l-.015.022c-.135.198-.31.365-.515.49-.385.236-.826.362-1.278.366-.538-.579-1.161-1.002-1.796-1.421-.81-.536-1.73-.884-2.693-1.017-.963-.134-1.943-.05-2.868.245-.492.157-.961.371-1.399.637-.038-.152-.068-.34-.088-.585-.037-.462-.038-1.056-.038-1.909v-.9c0-.852 0-1.447.038-1.91.037-.453.107-.714.207-.911.216-.424.56-.768.984-.984.197-.1.458-.17.912-.207.462-.037 1.057-.038 1.909-.038h3.7c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-3.732c-.813 0-1.469 0-2 .043-.546.045-1.026.14-1.47.366-.706.36-1.28.933-1.64 1.639-.226.444-.32.924-.365 1.47-.043.531-.043 1.187-.043 2v.964c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47.36.706.933 1.28 1.639 1.64.444.226.924.32 1.47.365.531.043 1.187.043 2 .043Zm.032-1.5h2.464l-.255-.17c-.624-.413-1.332-.68-2.072-.783-.74-.102-1.494-.038-2.206.19-.328.104-.643.242-.94.41.06.039.123.075.188.108.197.1.458.17.912.207.462.037 1.057.038 1.909.038Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8 6.5c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5Zm-1 2.5c0-.552.448-1 1-1s1 .448 1 1-.448 1-1 1-1-.448-1-1Z" }), /*#__PURE__*/React.createElement("path", { d: "M11.5 9.75c0 .414.336.75.75.75s.75-.336.75-.75v-.5c0-.966.784-1.75 1.75-1.75h.44l-.47.47c-.293.293-.293.767 0 1.06.293.293.767.293 1.06 0l1.75-1.75c.293-.293.293-.767 0-1.06l-1.75-1.75c-.293-.293-.767-.293-1.06 0-.293.293-.293.767 0 1.06l.47.47h-.44c-1.795 0-3.25 1.455-3.25 3.25v.5Z" })); }; SvgPersonExitIcon.displayName = "PersonExitIcon"; exports.SvgPersonExitIcon = SvgPersonExitIcon;