UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VideoPersonStar = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M19.75 4C20.99 4 22 5 22 6.25v6.56a6.52 6.52 0 0 0-1.5-1.08V6.25a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75v11.5c0 .42.34.75.75.75H7v-2.75c0-.92.7-1.67 1.6-1.74l.15-.01h3.27a6.47 6.47 0 0 0-.52 6H4.25C3.01 20 2 19 2 17.75V6.25C2 5.01 3 4 4.25 4h15.5ZM12 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm11 10.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-4.94-3.08a.58.58 0 0 0-1.12 0l-.55 1.79h-1.8c-.57 0-.8.75-.35 1.1l1.46 1.1-.56 1.79c-.17.56.44 1.03.9.68l1.46-1.1 1.46 1.1c.46.35 1.07-.12.9-.68l-.56-1.79 1.46-1.1c.46-.35.22-1.1-.35-1.1h-1.8l-.55-1.79Z" })); }); VideoPersonStar.displayName = 'VideoPersonStar'; export var VideoPersonStarDimensions = { height: 24, width: 24 };