@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.93 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UserCircleFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.75 8.00002C15.7526 9.99605 14.9825 11.9156 13.601 13.3564C12.8808 14.1113 12.0153 14.7126 11.0565 15.1239C10.0976 15.5353 9.06546 15.7483 8.02213 15.75H7.97784C6.93451 15.7483 5.90232 15.5353 4.94352 15.1239C3.98471 14.7126 3.11913 14.1113 2.39896 13.3564C1.52315 12.4406 0.885272 11.324 0.541185 10.1044C0.197098 8.88484 0.157306 7.5995 0.425294 6.36099C0.693281 5.12247 1.26087 3.96856 2.07835 3.00034C2.89583 2.03211 3.93825 1.2791 5.11431 0.807272C6.29037 0.335444 7.56418 0.159191 8.82417 0.293952C10.0842 0.428712 11.2919 0.870375 12.3416 1.58025C13.3912 2.29013 14.2508 3.24656 14.845 4.36578C15.4393 5.48499 15.75 6.73284 15.75 8.00002ZM12.6976 11.875C12.1268 11.1818 11.4095 10.6237 10.5972 10.2408C9.78497 9.85793 8.89795 9.65982 7.99998 9.66073C7.10201 9.65982 6.215 9.85793 5.40274 10.2408C4.59048 10.6237 3.87317 11.1818 3.30239 11.875C3.87317 12.5682 4.59048 13.1264 5.40274 13.5092C6.215 13.8921 7.10201 14.0902 7.99998 14.0893C8.89795 14.0902 9.78497 13.8921 10.5972 13.5092C11.4095 13.1264 12.1268 12.5682 12.6976 11.875ZM7.99998 8.55359C8.73406 8.55359 9.43808 8.26197 9.95715 7.7429C10.4762 7.22383 10.7678 6.51981 10.7678 5.78574C10.7678 5.05166 10.4762 4.34764 9.95715 3.82857C9.43808 3.3095 8.73406 3.01788 7.99998 3.01788C7.2659 3.01788 6.56189 3.3095 6.04282 3.82857C5.52374 4.34764 5.23213 5.05166 5.23213 5.78574C5.23213 6.51981 5.52374 7.22383 6.04282 7.7429C6.56189 8.26197 7.2659 8.55359 7.99998 8.55359Z", fill: "currentColor" }))); });
UserCircleFilledSIcon.displayName = 'UserCircleFilledSIcon';